<?xml version="1.0" standalone="no"?>

<!DOCTYPE test [
  <!ENTITY % entities SYSTEM "dom3tests.ent">
  %entities;
]>


<test xmlns="&level3;" name="CreateDOMBuilderTest">
  <metadata>
    <title>createDOMBuilder</title>
    &creator; 
    <description>Create DOM Builder test, tests whether either a builder is created or the correct NOT_SUPPORTED_ERR is thrown</description> 
    &contributor; &date;
    <subject spec="&spec;#LS-Interfaces-DOMImplementationLS"/>
  </metadata>
  &vars;

  <assertDOMException>
  <NOT_SUPPORTED_ERR>
  <createDOMBuilder var='builder' obj='lsImplementation' mode='&MODE_SYNCHRONOUS;' schemaType='schemaType'/>
  </NOT_SUPPORTED_ERR>
  </assertDOMException>

  <assertDOMException>
  <NOT_SUPPORTED_ERR>
  <createDOMBuilder var='builder' obj='lsImplementation' mode='&MODE_ASYNCHRONOUS;' schemaType='schemaType'/>
  </NOT_SUPPORTED_ERR>
  </assertDOMException>



</test>





