Chromium Code Reviews| Index: LayoutTests/fast/html/imports/resources/meta-encoding.html |
| diff --git a/LayoutTests/fast/html/imports/resources/meta-encoding.html b/LayoutTests/fast/html/imports/resources/meta-encoding.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..d57057e9e20ae774c9c7774ee4a7f139a79841df |
| --- /dev/null |
| +++ b/LayoutTests/fast/html/imports/resources/meta-encoding.html |
| @@ -0,0 +1,5 @@ |
| +<!DOCTYPE html> |
| +<head> |
| + <meta charset="EUC-JP"> |
| +</head> |
| +<body>Hello, world</body> |