Parent Directory
|
Revision Log
In Firefox 1.5 HTML fails (NOT_SUPPORTED_ERR) and XML,XHTML pass; Opera9 pass; WinIE6 fail (method not supported)
| 1 | wakaba | 1.1 | <!DOCTYPE html> |
| 2 | <html> | ||
| 3 | <head> | ||
| 4 | <title>HTMLDocument.createCDATASection</title> | ||
| 5 | <script src="../../../support/result0.js"></script> | ||
| 6 | </head> | ||
| 7 | <body> | ||
| 8 | <p><script type="text/javascript"> | ||
| 9 | var cd = document.createCDATASection (''); | ||
| 10 | writeResult (cd); | ||
| 11 | </script></p> | ||
| 12 | </body> | ||
| 13 | </html> |
| admin@suikawiki.org | ViewVC Help |
| Powered by ViewVC 1.1.24 |