tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

ja-ISO-2022-JP.tentative.html (410B)


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