/[suikacvs]/www/test/dom/document/meta/characterset-get-1.html.u8
Suika

Contents of /www/test/dom/document/meta/characterset-get-1.html.u8

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Sun Feb 27 02:46:53 2011 UTC (14 years, 1 month ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
new tests

1 wakaba 1.1 <!DOCTYPE HTML>
2    
3     <p id=result class=FAIL>FAIL (noscript)</p>
4    
5     <script>
6     var result = document.getElementById ('result');
7     result.firstChild.data = 'FAIL (script error)';
8    
9     if (document.characterSet && document.characterSet.toLowerCase () == 'utf-8') {
10     result.firstChild.data = 'PASS';
11     result.className = 'PASS';
12     } else {
13     result.firstChild.data = 'FAIL (' + document.characterSet + ')';
14     }
15     </script>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24