/[suikacvs]/www/test/html/time/time-innerhtml-1.html
Suika

Contents of /www/test/html/time/time-innerhtml-1.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download) (as text)
Fri Jun 4 03:07:47 2010 UTC (15 years, 1 month ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/html
new

1 wakaba 1.1 <!DOCTYPE html>
2     <script>document.createElement('time')</script>
3     <time>FAIL</time>
4     <script>
5     var t = document.getElementsByTagName('time')[0];
6     /*
7     for (p in t) {
8     w(p);
9     }
10     */
11     t.innerHTML = 'PASS';
12     </script>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24