Bug 1735858 [wpt PR 31247] - App history: make it mostly nonfunctional for opaque...
[gecko.git] / testing / web-platform / tests / encoding-detection / ru-IBM866.tentative.html
blob79924952594905b0035c21c35b7172072d186e62
1 <!doctype html>
2 <title>ru IBM866</title>
3 <script src=/resources/testharness.js></script>
4 <script src=/resources/testharnessreport.js></script>
5 <p>�â® â¥áâ ª®¤¨à®¢ª¨ ᨬ¢®«®¢.</p>
6 <script>
7 setup({explicit_done:true});
8 onload = function() {
9 test(function() {
10 assert_equals(document.characterSet, "IBM866", 'Expected IBM866');
11 }, "Check detection result");
12 done();
14 </script>