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

<test name='LSSerializerConfig5' schemaLocation='http://www.w3.org/2001/DOM-Test-Suite/Level-3 dom3.xsd'>
     <metadata>
          <title>LSSerializerConfig5</title>
          <creator>Curt Arnold</creator>
          <description>Checks support of format-pretty-print.</description>
          <date qualifier='created'>2003-12-08</date>
          <subject resource='http://www.w3.org/TR/2003/CR-DOM-Level-3-LS-20031107/load-save#LS-LSSerializer-config'/>
</metadata>
     <var name='domImpl' type='DOMImplementationLS'/>
     <var name='serializer' type='LSSerializer'/>
     <var name='config' type='DOMConfiguration'/>
     <var name='state' type='boolean'/>
     <var name='canSet' type='boolean'/>
     <var name='propertyName' type='DOMString' value='"fOrmat-pretty-print"'/>
     <implementation var='domImpl'/>
     <createLSSerializer var='serializer' obj='domImpl'/>
     <domConfig var='config' obj='serializer' interface='LSSerializer'/>
     <assertNotNull actual='config' id='configNotNull'/>
     <getParameter var='state' obj='config' name='propertyName'/>
     <assertFalse actual='state' id='defaultValue'/>
     <canSetParameter var='canSet' obj='config' name='propertyName' value='true'/>
     <if>
          <isTrue value='canSet'/>
          <setParameter obj='config' name='propertyName' value='true'/>
          <getParameter var='state' obj='config' name='propertyName'/>
          <assertTrue actual='state' id='setTrueIsEffective'/>
          <setParameter obj='config' name='propertyName' value='false'/>
          <getParameter var='state' obj='config' name='propertyName'/>
          <assertFalse actual='state' id='setFalseIsEffective'/>
          <else>
               <setParameter obj='config' name='propertyName' value='false'/>
               <assertDOMException id='throw_NOT_SUPPORTED_ERR_if_canSetParameter_false'>
                    <NOT_SUPPORTED_ERR>
                         <setParameter obj='config' name='propertyName' value='true'/>
                    </NOT_SUPPORTED_ERR>
               </assertDOMException>
          </else>
     </if>
</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.