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 | <html xmlns="http://www.w3.org/1999/xhtml"> |
| 2 | <head> |
| 3 | <title>XMLDocument.createCDATASection</title> |
| 4 | <script src="../../../support/result.js"></script> |
| 5 | </head> |
| 6 | <body> |
| 7 | <p><span id="value"></span><script type="text/javascript"> |
| 8 | var cd = document.createCDATASection (''); |
| 9 | setResult ('value', cd); |
| 10 | </script></p> |
| 11 | </body> |
| 12 | </html> |
| admin@suikawiki.org | ViewVC Help |
| Powered by ViewVC 1.1.24 |