chromium/third_party/blink/web_tests/external/wpt/encoding-detection/ja-ISO-2022-JP.tentative.html

<!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>