/[suikacvs]/www/test/dom/document/compat-mode/doc-open-2.html
Suika

Contents of /www/test/dom/document/compat-mode/doc-open-2.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download) (as text)
Fri May 16 11:34:09 2008 UTC (16 years, 11 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/html
New; see <http://suika.fam.cx/gate/2005/sw/compatMode>

1 wakaba 1.1 <!DOCTYPE HTML>
2     <html>
3     <head>
4     <title>document.open () and document.compatMode</title>
5     <script src="../../../support/result.js"></script>
6     </head>
7    
8     <p id=result class=FAIL>FAIL (noscript)</p>
9    
10     <iframe src="about:blank"></iframe>
11    
12     <script>
13     document.getElementById ('result').firstChild.data = 'FAIL';
14     window.setTimeout (function () {
15     var iframe = document.getElementsByTagName ('iframe')[0];
16     var d = iframe.contentWindow.document;
17     d.open ();
18     d.write (' ');
19     setResult ('result', d.compatMode);
20     d.close ();
21     }, 1000 /* wait until loaded */);
22     </script>
23    
24     </html>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24