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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show 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 <!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>
8 <p><iframe src="iframe-content.html">noiframe</iframe></p>
9 <p><code><var>iframe</var>.contentDocument</code> is:
10 <script type="text/javascript">
11 writeResult (document.getElementsByTagName ('iframe')[0].contentDocument);
12 </script>.</p>
13 </body>
14 </html>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24