Index: LayoutTests/imported/web-platform-tests/FileAPI/blob/Blob-slice-expected.txt |
diff --git a/LayoutTests/imported/web-platform-tests/FileAPI/blob/Blob-slice-expected.txt b/LayoutTests/imported/web-platform-tests/FileAPI/blob/Blob-slice-expected.txt |
index a81a265a7e73270dfc20eeb3c2ee9eb1ebd22530..ae1e61ac397e1c02d5120488a28dda4dc89251cc 100644 |
--- a/LayoutTests/imported/web-platform-tests/FileAPI/blob/Blob-slice-expected.txt |
+++ b/LayoutTests/imported/web-platform-tests/FileAPI/blob/Blob-slice-expected.txt |
@@ -120,8 +120,8 @@ PASS Invalid contentType ("te\txt/plain") |
PASS Invalid contentType ("te\0xt/plain") |
PASS Invalid contentType ("te\x1fxt/plain") |
PASS Invalid contentType ("text/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" |
+PASS Valid contentType ("TEXT/PLAIN") |
+PASS Valid contentType ("text/plain;charset = UTF-8") |
+PASS Valid contentType ("text/plain;charset=UTF-8") |
Harness: the test ran to completion. |