Test http://www.w3.org/2001/DOM-Test-Suite/level3/ls/nooutputspecified01

<test name='nooutputspecified01' schemaLocation='http://www.w3.org/2001/DOM-Test-Suite/Level-3 dom3.xsd'>
     <metadata>
          <title>nooutputspecified01</title>
          <creator>Curt Arnold</creator>
          <description> Writing to an uninitialized LSOutput should result in a SERIALIZATION_ERR. </description>
          <date qualifier='created'>2004-03-31</date>
          <subject resource='http://www.w3.org/TR/2003/CR-DOM-Level-3-LS-20031107/load-save#LS-LSSerializer-write'/>
</metadata>
     <var name='doc' type='Document'/>
     <var name='domConfig' type='DOMConfiguration'/>
     <var name='domImplLS' type='DOMImplementationLS'/>
     <var name='lsSerializer' type='LSSerializer'/>
     <var name='lsOutput' type='LSOutput'/>
     <var name='errorMonitor' type='DOMErrorMonitor'/>
     <var name='errors' type='List'/>
     <var name='error' type='DOMError'/>
     <var name='severity' type='int'/>
     <var name='type' type='DOMString'/>
     <var name='errorCount' type='int' value='0'/>
     <var name='docType' type='DocumentType' isNull='true'/>
     <var name='retval' type='boolean'/>
     <implementation var='domImplLS'/>
     <createLSSerializer var='lsSerializer' obj='domImplLS'/>
     <createLSOutput var='lsOutput' obj='domImplLS'/>
     <createDocument var='doc' obj='domImplLS' namespaceURI='"http://www.w3.org/1999/xhtml"' qualifiedName='"html"' doctype='docType'/>
     <domConfig obj='lsSerializer' var='domConfig' interface='LSSerializer'/>
     <setParameter obj='domConfig' name='"error-handler"' value='errorMonitor'/>
     <assertLSException id='throw_SERIALIZE_ERR'>
          <SERIALIZE_ERR>
               <write var='retval' obj='lsSerializer' nodeArg='doc' destination='lsOutput'/>
          </SERIALIZE_ERR>
     </assertLSException>
     <allErrors var='errors' obj='errorMonitor'/>
     <for-each member='error' collection='errors'>
          <severity var='severity' obj='error'/>
          <type var='type' obj='error' interface='DOMError'/>
          <if>
               <greater actual='severity' expected='1'/>
               <assertEquals actual='severity' expected='3' id='isFatalError' ignoreCase='false'/>
               <assertEquals actual='type' expected='"no-output-specified"' id='noOutputSpecified' ignoreCase='false'/>
               <increment var='errorCount' value='1'/>
          </if>
     </for-each>
     <assertEquals actual='errorCount' expected='1' ignoreCase='false' id='oneError'/>
</test>

Copyright (c) 2001-2004 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. This program is distributed under the W3C's Software Intellectual Property License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

See W3C License http://www.w3.org/Consortium/Legal/ for more details.