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

Unified Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/FileAPI/blob/Blob-slice-expected.txt

Issue 1923043002: Import web-platform-tests@028d354aba4c8ee6700def957a45f3927241d8b0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix expectations after the test harness was updated Created 4 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/FileAPI/blob/Blob-slice-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/FileAPI/blob/Blob-slice-expected.txt b/third_party/WebKit/LayoutTests/imported/web-platform-tests/FileAPI/blob/Blob-slice-expected.txt
index a81a265a7e73270dfc20eeb3c2ee9eb1ebd22530..6c8fe2c8015988185655fbe4b49ac0ee9d11ef87 100644
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/FileAPI/blob/Blob-slice-expected.txt
+++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/FileAPI/blob/Blob-slice-expected.txt
@@ -98,28 +98,28 @@ PASS Slicing test: slice (8,2).
PASS Slicing test (8,3).
PASS Slicing test: slice (8,3).
PASS Invalid contentType ("ΓΏ")
-FAIL Invalid contentType ("te(xt/plain") assert_equals: expected "" but got "te(xt/plain"
-FAIL Invalid contentType ("te)xt/plain") assert_equals: expected "" but got "te)xt/plain"
-FAIL Invalid contentType ("te<xt/plain") assert_equals: expected "" but got "te<xt/plain"
-FAIL Invalid contentType ("te>xt/plain") assert_equals: expected "" but got "te>xt/plain"
-FAIL Invalid contentType ("te@xt/plain") assert_equals: expected "" but got "te@xt/plain"
-FAIL Invalid contentType ("te,xt/plain") assert_equals: expected "" but got "te,xt/plain"
-FAIL Invalid contentType ("te;xt/plain") assert_equals: expected "" but got "te;xt/plain"
-FAIL Invalid contentType ("te:xt/plain") assert_equals: expected "" but got "te:xt/plain"
-FAIL Invalid contentType ("te\\xt/plain") assert_equals: expected "" but got "te\\xt/plain"
-FAIL Invalid contentType ("te\"xt/plain") assert_equals: expected "" but got "te\"xt/plain"
-FAIL Invalid contentType ("te/xt/plain") assert_equals: expected "" but got "te/xt/plain"
-FAIL Invalid contentType ("te[xt/plain") assert_equals: expected "" but got "te[xt/plain"
-FAIL Invalid contentType ("te]xt/plain") assert_equals: expected "" but got "te]xt/plain"
-FAIL Invalid contentType ("te?xt/plain") assert_equals: expected "" but got "te?xt/plain"
-FAIL Invalid contentType ("te=xt/plain") assert_equals: expected "" but got "te=xt/plain"
-FAIL Invalid contentType ("te{xt/plain") assert_equals: expected "" but got "te{xt/plain"
-FAIL Invalid contentType ("te}xt/plain") assert_equals: expected "" but got "te}xt/plain"
-FAIL Invalid contentType ("te xt/plain") assert_equals: expected "" but got "te xt/plain"
PASS Invalid contentType ("te\txt/plain")
PASS Invalid contentType ("te\0xt/plain")
PASS Invalid contentType ("te\x1fxt/plain")
PASS Invalid contentType ("text/plain")
+PASS Valid contentType ("te(xt/plain")
+PASS Valid contentType ("te)xt/plain")
+PASS Valid contentType ("te<xt/plain")
+PASS Valid contentType ("te>xt/plain")
+PASS Valid contentType ("te@xt/plain")
+PASS Valid contentType ("te,xt/plain")
+PASS Valid contentType ("te;xt/plain")
+PASS Valid contentType ("te:xt/plain")
+PASS Valid contentType ("te\\xt/plain")
+PASS Valid contentType ("te\"xt/plain")
+PASS Valid contentType ("te/xt/plain")
+PASS Valid contentType ("te[xt/plain")
+PASS Valid contentType ("te]xt/plain")
+PASS Valid contentType ("te?xt/plain")
+PASS Valid contentType ("te=xt/plain")
+PASS Valid contentType ("te{xt/plain")
+PASS Valid contentType ("te}xt/plain")
+PASS Valid contentType ("te xt/plain")
FAIL Valid contentType ("TEXT/PLAIN") assert_equals: expected "text/plain" but got "TEXT/PLAIN"
FAIL Valid contentType ("text/plain;charset = UTF-8") assert_equals: expected "text/plain;charset = utf-8" but got "text/plain;charset = UTF-8"
FAIL Valid contentType ("text/plain;charset=UTF-8") assert_equals: expected "text/plain;charset=utf-8" but got "text/plain;charset=UTF-8"

Powered by Google App Engine
This is Rietveld 408576698