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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/encoding/textdecoder-labels-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 PASS "unicode-1-1-utf-8" => "utf-8" 2 PASS "unicode-1-1-utf-8" => "utf-8"
3 PASS " unicode-1-1-utf-8" => "utf-8" 3 PASS " unicode-1-1-utf-8" => "utf-8"
4 PASS "unicode-1-1-utf-8 " => "utf-8" 4 PASS "unicode-1-1-utf-8 " => "utf-8"
5 PASS " unicode-1-1-utf-8 " => "utf-8" 5 PASS " unicode-1-1-utf-8 " => "utf-8"
6 PASS "\tunicode-1-1-utf-8" => "utf-8" 6 PASS "\tunicode-1-1-utf-8" => "utf-8"
7 PASS "unicode-1-1-utf-8\t" => "utf-8" 7 PASS "unicode-1-1-utf-8\t" => "utf-8"
8 PASS "\tunicode-1-1-utf-8\t" => "utf-8" 8 PASS "\tunicode-1-1-utf-8\t" => "utf-8"
9 PASS "\nunicode-1-1-utf-8" => "utf-8" 9 PASS "\nunicode-1-1-utf-8" => "utf-8"
10 PASS "unicode-1-1-utf-8\n" => "utf-8" 10 PASS "unicode-1-1-utf-8\n" => "utf-8"
(...skipping 3383 matching lines...) Expand 10 before | Expand all | Expand 10 after
3394 PASS "x-user-defined\n" => "x-user-defined" 3394 PASS "x-user-defined\n" => "x-user-defined"
3395 PASS "\nx-user-defined\n" => "x-user-defined" 3395 PASS "\nx-user-defined\n" => "x-user-defined"
3396 PASS "\fx-user-defined" => "x-user-defined" 3396 PASS "\fx-user-defined" => "x-user-defined"
3397 PASS "x-user-defined\f" => "x-user-defined" 3397 PASS "x-user-defined\f" => "x-user-defined"
3398 PASS "\fx-user-defined\f" => "x-user-defined" 3398 PASS "\fx-user-defined\f" => "x-user-defined"
3399 PASS "\rx-user-defined" => "x-user-defined" 3399 PASS "\rx-user-defined" => "x-user-defined"
3400 PASS "x-user-defined\r" => "x-user-defined" 3400 PASS "x-user-defined\r" => "x-user-defined"
3401 PASS "\rx-user-defined\r" => "x-user-defined" 3401 PASS "\rx-user-defined\r" => "x-user-defined"
3402 Harness: the test ran to completion. 3402 Harness: the test ran to completion.
3403 3403
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698