Bug 1735858 [wpt PR 31247] - App history: make it mostly nonfunctional for opaque...
[gecko.git] / testing / web-platform / tests / encoding-detection / ru-ISO-8859-5-late.tentative.html
blob760dc96c1204e9a6c64a72b6d4c86e1b6bb92b0e
1 <!doctype html>
2 <meta charset="utf-8">
3 <title>ru ISO-8859-5 late</title>
4 <script src=/resources/testharness.js></script>
5 <script src=/resources/testharnessreport.js></script>
6 <script>
7 setup({explicit_done:true});
8 window.onmessage = function(e) {
9 test(function() {
10 assert_equals(e.data, "ISO-8859-5", 'Expected ISO-8859-5');
11 }, "Check detection result");
12 w.close();
13 done();
15 var w = window.open("support/ru-ISO-8859-5-late.sub.html");
16 </script>