Bug 1920800 Remove oldImages from check for flushed old principal handle r=pehrsons
[gecko.git] / testing / web-platform / tests / encoding-detection / it-windows-1252.tentative.html
blob4a6d4528b1ff9b1c6ff4eaa8477893c2d02a6a8c
1 <!doctype html>
2 <title>it windows-1252</title>
3 <script src=/resources/testharness.js></script>
4 <script src=/resources/testharnessreport.js></script>
5 <p>Questo รจ un test di codifica dei caratteri.</p>
6 <script>
7 setup({explicit_done:true});
8 onload = function() {
9 test(function() {
10 assert_equals(document.characterSet, "windows-1252", 'Expected windows-1252');
11 }, "Check detection result");
12 done();
14 </script>