Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/encoding/iso-2022-jp-decoder-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/encoding/iso-2022-jp-decoder-expected.txt b/third_party/WebKit/LayoutTests/imported/web-platform-tests/encoding/iso-2022-jp-decoder-expected.txt |
index 5ce839385521a87a15532d9695a63473d303c4e2..c398f50c8dc456d0a9fabbbfabb0b199ff740d38 100644 |
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/encoding/iso-2022-jp-decoder-expected.txt |
+++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/encoding/iso-2022-jp-decoder-expected.txt |
@@ -1,8 +1,8 @@ |
This is a testharness.js-based test. |
-FAIL iso-2022-jp decoder: Error ESC assert_equals: expected "�$" but got "�" |
+FAIL iso-2022-jp decoder: Error ESC assert_equals: expected "\ufffd$" but got "\ufffd" |
PASS iso-2022-jp decoder: Error ESC, character |
-FAIL iso-2022-jp decoder: ASCII ESC, character assert_equals: expected "�P" but got "P" |
-FAIL iso-2022-jp decoder: Double ASCII ESC, character assert_equals: expected "��P" but got "�P" |
+FAIL iso-2022-jp decoder: ASCII ESC, character assert_equals: expected "\ufffdP" but got "P" |
+FAIL iso-2022-jp decoder: Double ASCII ESC, character assert_equals: expected "\ufffd\ufffdP" but got "\ufffdP" |
PASS iso-2022-jp decoder: character, ASCII ESC, character |
PASS iso-2022-jp decoder: characters |
PASS iso-2022-jp decoder: SO / SI |
@@ -14,7 +14,7 @@ PASS iso-2022-jp decoder: Katakana ESC, multibyte ESC, character |
PASS iso-2022-jp decoder: Katakana ESC, error ESC, character |
PASS iso-2022-jp decoder: Katakana ESC, error ESC #2, character |
PASS iso-2022-jp decoder: Katakana ESC, character, Katakana ESC, character |
-FAIL iso-2022-jp decoder: Katakana ESC, SO / SI assert_equals: expected "����" but got "\r��\x10" |
+FAIL iso-2022-jp decoder: Katakana ESC, SO / SI assert_equals: expected "\ufffd\ufffd\ufffd\ufffd" but got "\r\ufffd\ufffd\x10" |
PASS iso-2022-jp decoder: Multibyte ESC, character |
PASS iso-2022-jp decoder: Multibyte ESC #2, character |
PASS iso-2022-jp decoder: Multibyte ESC, error ESC, character |
@@ -26,7 +26,7 @@ PASS iso-2022-jp decoder: Multibyte ESC, single byte, multibyte ESC, character |
PASS iso-2022-jp decoder: Multibyte ESC, lead error byte |
PASS iso-2022-jp decoder: Multibyte ESC, trail error byte |
PASS iso-2022-jp decoder: character, error ESC |
-FAIL iso-2022-jp decoder: character, error ESC #2 assert_equals: expected "P�$" but got "P�" |
+FAIL iso-2022-jp decoder: character, error ESC #2 assert_equals: expected "P\ufffd$" but got "P\ufffd" |
PASS iso-2022-jp decoder: character, error ESC #3 |
PASS iso-2022-jp decoder: character, ASCII ESC |
PASS iso-2022-jp decoder: character, Roman ESC |