Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(440)

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/encoding/iso-2022-jp-decoder-expected.txt

Issue 1990653002: Move the encoding directory from web-platform-tests/ to wpt/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 FAIL iso-2022-jp decoder: Error ESC assert_equals: expected "\ufffd$" but got "\ ufffd" 2 FAIL iso-2022-jp decoder: Error ESC assert_equals: expected "\ufffd$" but got "\ ufffd"
3 PASS iso-2022-jp decoder: Error ESC, character 3 PASS iso-2022-jp decoder: Error ESC, character
4 FAIL iso-2022-jp decoder: ASCII ESC, character assert_equals: expected "\ufffdP" but got "P" 4 FAIL iso-2022-jp decoder: ASCII ESC, character assert_equals: expected "\ufffdP" but got "P"
5 FAIL iso-2022-jp decoder: Double ASCII ESC, character assert_equals: expected "\ ufffd\ufffdP" but got "\ufffdP" 5 FAIL iso-2022-jp decoder: Double ASCII ESC, character assert_equals: expected "\ ufffd\ufffdP" but got "\ufffdP"
6 PASS iso-2022-jp decoder: character, ASCII ESC, character 6 PASS iso-2022-jp decoder: character, ASCII ESC, character
7 PASS iso-2022-jp decoder: characters 7 PASS iso-2022-jp decoder: characters
8 PASS iso-2022-jp decoder: SO / SI 8 PASS iso-2022-jp decoder: SO / SI
9 PASS iso-2022-jp decoder: Roman ESC, characters 9 PASS iso-2022-jp decoder: Roman ESC, characters
10 PASS iso-2022-jp decoder: Roman ESC, SO / SI 10 PASS iso-2022-jp decoder: Roman ESC, SO / SI
(...skipping 17 matching lines...) Expand all
28 PASS iso-2022-jp decoder: character, error ESC 28 PASS iso-2022-jp decoder: character, error ESC
29 FAIL iso-2022-jp decoder: character, error ESC #2 assert_equals: expected "P\uff fd$" but got "P\ufffd" 29 FAIL iso-2022-jp decoder: character, error ESC #2 assert_equals: expected "P\uff fd$" but got "P\ufffd"
30 PASS iso-2022-jp decoder: character, error ESC #3 30 PASS iso-2022-jp decoder: character, error ESC #3
31 PASS iso-2022-jp decoder: character, ASCII ESC 31 PASS iso-2022-jp decoder: character, ASCII ESC
32 PASS iso-2022-jp decoder: character, Roman ESC 32 PASS iso-2022-jp decoder: character, Roman ESC
33 PASS iso-2022-jp decoder: character, Katakana ESC 33 PASS iso-2022-jp decoder: character, Katakana ESC
34 PASS iso-2022-jp decoder: character, Multibyte ESC 34 PASS iso-2022-jp decoder: character, Multibyte ESC
35 PASS iso-2022-jp decoder: character, Multibyte ESC #2 35 PASS iso-2022-jp decoder: character, Multibyte ESC #2
36 Harness: the test ran to completion. 36 Harness: the test ran to completion.
37 37
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698