| <!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> |