/[suikacvs]/www/test/dom/embedding-element/content-document/iframe-1-2.html
Suika

Contents of /www/test/dom/embedding-element/content-document/iframe-1-2.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download) (as text)
Thu May 10 12:13:43 2007 UTC (18 years ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/html
New tests

1 wakaba 1.1 <!DOCTYPE html>
2     <html>
3     <head>
4     <title>&lt;iframe>.contentDocument</title>
5     <script type="text/javascript" src="../../../support/result0.js"></script>
6     </head>
7     <body onload="
8     var result = document.getElementById ('result');
9     result.innerHTML = 'FAIL';
10     var iframe = document.getElementsByTagName ('iframe')[0];
11     var cd = iframe.contentDocument;
12     if (typeof (cd) == 'object') {
13     result.innerHTML = 'PASS';
14     }
15     ">
16     <p id="result">FAIL (noscript)</p>
17     <p><iframe src="iframe-content.html">noiframe</iframe></p>
18     </body>
19     </html>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24