summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/encoding-detection/pl-ISO-8859-2.tentative.html
blob: da1fcefb18a3517236a32a6579191fe692abfc6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!doctype html>
<title>pl ISO-8859-2</title>
<script src=/resources/testharness.js></script>
<script src=/resources/testharnessreport.js></script>
<p>To jest test kodowania znak�w. W przypadku niekt�rych j�zyk�w, kt�re u�ywaj� znak�w �aci�skich, potrzebujemy wi�cej danych, aby podj�� decyzj�.</p>
<script>
setup({explicit_done:true});
onload = function() {
    test(function() {
        assert_equals(document.characterSet, "ISO-8859-2", 'Expected ISO-8859-2');
    }, "Check detection result");
      done();
};
</script>