summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/encoding-detection/th-windows-874.tentative.html
blob: 2069360f5228ac9b9b455d2808ad1f32530514ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!doctype html>
<title>th windows-874</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, "windows-874", 'Expected windows-874');
    }, "Check detection result");
      done();
};
</script>