3 <title>lt windows-
1257 late
</title>
4 <script src=/resources/testharness.js
></script>
5 <script src=/resources/testharnessreport.js
></script>
7 setup({explicit_done
:true});
8 window
.onmessage = function(e
) {
10 assert_equals(e
.data
, "windows-1257", 'Expected windows-1257');
11 }, "Check detection result");
15 var w
= window
.open("support/lt-windows-1257-late.sub.html");