diff options
Diffstat (limited to 'dom/html/test/imports/file_encoding.html')
-rw-r--r-- | dom/html/test/imports/file_encoding.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dom/html/test/imports/file_encoding.html b/dom/html/test/imports/file_encoding.html new file mode 100644 index 000000000..d97bb0437 --- /dev/null +++ b/dom/html/test/imports/file_encoding.html @@ -0,0 +1,5 @@ +<!DOCTYPE html> +<head> +<meta charset="EUC-KR"> +</head> +<body>Ignore my encoding</body>
\ No newline at end of file |