/[suikacvs]/www/test/dom/document/meta/last-modified/data-1.html
Suika

Contents of /www/test/dom/document/meta/last-modified/data-1.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download) (as text)
Thu Nov 20 03:46:58 2008 UTC (17 years, 7 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/html
<http://tinyurl.com/6bsuwx$1111#anchor-8>

1 wakaba 1.1 <!DOCTYPE HTML>
2     <title>data:.lastModified</title>
3    
4     <p><iframe src="data:text/html,abc"></iframe>
5    
6     <p id=result>FAIL (noscript)</p>
7    
8     <p id=containers>xxx</p>
9    
10     <script>
11     document.getElementById ('result').firstChild.data = 'FAIL';
12    
13     window.onload = function () {
14     var iframe = document.getElementsByTagName ('iframe')[0];
15     var doc = iframe.contentWindow.document;
16     document.getElementById ('result').firstChild.data
17     = 'data:\'s lastModified = "' + doc.lastModified + '"';
18     document.getElementById ('containers').firstChild.data
19     = 'Container\'s lastModified = "' + document.lastModified + '"';
20     };
21     </script>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24