JavaScriptCore/API/tests/minidom.html
changeset 0 4f2f89ce4247
equal deleted inserted replaced
-1:000000000000 0:4f2f89ce4247
       
     1 <html>
       
     2 <head>
       
     3 <script src="minidom.js"></script>
       
     4 </head>
       
     5 
       
     6 <body onload="test()">
       
     7     <pre id='pre'></pre>
       
     8 </body>
       
     9 </html>