/[suikacvs]/www/test/dom/document/view/new-xml-1.html
Suika

Contents of /www/test/dom/document/view/new-xml-1.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download) (as text)
Sun Jan 13 03:34:38 2008 UTC (17 years, 4 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/html
New tests; see <http://suika.fam.cx/gate/2005/sw/defaultView> for results

1 wakaba 1.1 <!DOCTYPE HTML>
2     <html>
3     <head>
4     <title>document.defaultView</title>
5     </head>
6     <body>
7    
8     <script src="../../../support/result0.js"></script>
9    
10     <p><code>document.defaultView</code> = <script>
11    
12     var doc = document.implementation.createDocument (null, null, null);
13    
14     writeResult (doc.defaultView);
15    
16     </script>.</p>
17    
18     <script>
19     if (doc.defaultView) {
20     document.write ('<ul>');
21     for (var v in doc.defaultView) {
22     document.write ('<li><code>' + htescape (v) + '</code> = ');
23     writeResult (doc.defaultView[v]);
24     document.write ('</li>');
25     }
26     document.write ('</ul>');
27     }
28     </script>
29    
30     </body>
31     </html>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24