Bug 1735858 [wpt PR 31247] - App history: make it mostly nonfunctional for opaque...
[gecko.git] / testing / web-platform / tests / encoding-detection / tr-windows-1254.tentative.html
blob73e888b20177aa21f748c78dafe3fa0c3bd86289
1 <!doctype html>
2 <title>tr windows-1254</title>
3 <script src=/resources/testharness.js></script>
4 <script src=/resources/testharnessreport.js></script>
5 <p>Bu bir karakter kodlama testidir. Latince karakterleri kullanan bazý dillerde karar vermek için daha fazla girdiye ihtiyacýmýz var.</p>
6 <script>
7 setup({explicit_done:true});
8 onload = function() {
9 test(function() {
10 assert_equals(document.characterSet, "windows-1254", 'Expected windows-1254');
11 }, "Check detection result");
12 done();
14 </script>