summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/encoding-detection/uk-KOI8-U.tentative.html
blob: 9852ae8a012c35b77bc6bb67a82ef0f3ea233930 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!doctype html>
<title>uk KOI8-U</title>
<script src=/resources/testharness.js></script>
<script src=/resources/testharnessreport.js></script>
<p>�� ���� �� ��������� �����̦�.</p>
<script>
setup({explicit_done:true});
onload = function() {
    test(function() {
        assert_equals(document.characterSet, "KOI8-U", 'Expected KOI8-U');
    }, "Check detection result");
      done();
};
</script>