Bug 1735858 [wpt PR 31247] - App history: make it mostly nonfunctional for opaque...
[gecko.git] / testing / web-platform / tests / encoding-detection / lv-windows-1257.tentative.html
blob3baeb4015e7df7163bf6f3529cc815726bf38636
1 <!doctype html>
2 <title>lv windows-1257</title>
3 <script src=/resources/testharness.js></script>
4 <script src=/resources/testharnessreport.js></script>
5 <p>Ðis ir rakstzîmju kodçðanas tests. Daþâs valodâs, kurâs tiek izmantotas latîòu valodas burti, lçmuma pieòemðanai mums ir nepiecieðams vairâk ieguldîjuma.</p>
6 <script>
7 setup({explicit_done:true});
8 onload = function() {
9 test(function() {
10 assert_equals(document.characterSet, "windows-1257", 'Expected windows-1257');
11 }, "Check detection result");
12 done();
14 </script>