trisquel-icecat/icecat/testing/web-platform/tests/encoding-detection/ja-ISO-2022-JP.tentative.html

14 lines
410 B
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<title>ja ISO-2022-JP</title>
<script src=/resources/testharness.js></script>
<script src=/resources/testharnessreport.js></script>
<p>$B$3$l$OJ8;z<B83$G$9!#(B</p>
<script>
setup({explicit_done:true});
onload = function() {
test(function() {
assert_equals(document.characterSet, "ISO-2022-JP", 'Expected ISO-2022-JP');
}, "Check detection result");
done();
};
</script>