Index: third_party/WebKit/LayoutTests/fast/encoding/char-decoding.html |
diff --git a/third_party/WebKit/LayoutTests/fast/encoding/char-decoding.html b/third_party/WebKit/LayoutTests/fast/encoding/char-decoding.html |
index 0137395cc222adad522046806072153b1776314f..9d7b446696249fac91c6862d0b13ed2d6e5ff5f0 100644 |
--- a/third_party/WebKit/LayoutTests/fast/encoding/char-decoding.html |
+++ b/third_party/WebKit/LayoutTests/fast/encoding/char-decoding.html |
@@ -1,13 +1,10 @@ |
-<html> |
-<head> |
-<script src="../../resources/js-test.js"></script> |
+<!DOCTYPE html> |
+<title>Character Decoding</title> |
+<script src="../../resources/testharness.js"></script> |
+<script src="../../resources/testharnessreport.js"></script> |
<script src="resources/char-decoding-utils.js"></script> |
-</head> |
-<body> |
<script> |
-description("This tests decoding characters in various character sets."); |
- |
testDecode('UTF-8', '%E2%88%9A', 'U+221A'); |
// \xA3\xA0 in GBK should be mapped to U+3000 instead of U+E5E5. |
@@ -154,5 +151,3 @@ testDecode('unicodeFFFE', '%D8%69%DE%D6', 'U+D869/U+DED6'); |
}); |
</script> |
-</body> |
-</html> |