Parent Directory
|
Revision Log
new tests
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 |