blob: dac67b1e934359ea95449b93039995ba6e666d75 [file] [log] [blame]
<!doctype html>
<title>ko EUC-KR</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, "EUC-KR", 'Expected EUC-KR');
}, "Check detection result");
done();
};
</script>