Parent Directory
|
Revision Log
New; see <http://suika.fam.cx/gate/2005/sw/open>
| 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 (null, null, 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 |