tor-browser

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

el-ISO-8859-7.tentative.html (508B)


      1 <!doctype html>
      2 <title>el ISO-8859-7</title>
      3 <script src=/resources/testharness.js></script>
      4 <script src=/resources/testharnessreport.js></script>
      5 <p>��������� ��� ������ ������������� ����������: ����
      6 <!-- I needed to work capital alpha with tonos into the test somehow... --></p>
      7 <script>
      8 setup({explicit_done:true});
      9 onload = function() {
     10    test(function() {
     11        assert_equals(document.characterSet, "ISO-8859-7", 'Expected ISO-8859-7');
     12    }, "Check detection result");
     13      done();
     14 };
     15 </script>