/[suikacvs]/www/test/dom/document/writing/open/create-open-2.html
Suika

Contents of /www/test/dom/document/writing/open/create-open-2.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download) (as text)
Fri May 16 11:43:08 2008 UTC (18 years, 1 month ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/html
New; see <http://suika.fam.cx/gate/2005/sw/open>

1 wakaba 1.1 <!DOCTYPE HTML>
2     <html>
3     <head>
4     <title>createDocument() and document.open</title>
5     <script src="../../../../result.js"></script>
6     </head>
7     <body>
8    
9     <p id=result class=FAIL>FAIL (noscript)</p>
10    
11     <script>
12     document.getElementById ('result').firstChild.data = 'FAIL';
13     var d = document.implementation.createDocument ("http://www.w3.org/1999/xhtml", "html", null);
14     d.open ();
15     setResult ('result', d);
16     </script>
17    
18     </body>
19     </html>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24