Bug 1735858 [wpt PR 31247] - App history: make it mostly nonfunctional for opaque...
[gecko.git] / testing / web-platform / tests / encoding-detection / el-ISO-8859-7.tentative.html
blobf22b6ec5757dd96342142fcbb86cf2976dd1cb49
1 <!doctype html>
2 <title>el ISO-8859-7</title>
3 <script src=/resources/testharness.js></script>
4 <script src=/resources/testharnessreport.js></script>
5 <p>Ðñüêåéôáé ãéá äïêéìÞ êùäéêïðïßçóçò ÷áñáêôÞñùí: ¶ñçò
6 <!-- I needed to work capital alpha with tonos into the test somehow... --></p>
7 <script>
8 setup({explicit_done:true});
9 onload = function() {
10 test(function() {
11 assert_equals(document.characterSet, "ISO-8859-7", 'Expected ISO-8859-7');
12 }, "Check detection result");
13 done();
15 </script>