blob: 2069360f5228ac9b9b455d2808ad1f32530514ae [file] [log] [blame]
<!doctype html>
<title>th windows-874</title>
<script src=/resources/testharness.js></script>
<script src=/resources/testharnessreport.js></script>
<p>¹Õè¤×Í¡Ò÷´Êͺ¡ÒÃà¢éÒÃËÑÊÍÑ¡¢ÃÐ</p>
<script>
setup({explicit_done:true});
onload = function() {
test(function() {
assert_equals(document.characterSet, "windows-874", 'Expected windows-874');
}, "Check detection result");
done();
};
</script>