Parent Directory
|
Revision Log
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 |