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

Side by Side 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, 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 no-argument Blob slice 2 PASS no-argument Blob slice
3 PASS Slices 3 PASS Slices
4 PASS blob1. 4 PASS blob1.
5 PASS blob2. 5 PASS blob2.
6 PASS Slicing test (0,0). 6 PASS Slicing test (0,0).
7 PASS Slicing test: slice (0,0). 7 PASS Slicing test: slice (0,0).
8 PASS Slicing test (0,1). 8 PASS Slicing test (0,1).
9 PASS Slicing test: slice (0,1). 9 PASS Slicing test: slice (0,1).
10 PASS Slicing test (0,2). 10 PASS Slicing test (0,2).
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 PASS Slicing test: slice (7,3). 91 PASS Slicing test: slice (7,3).
92 PASS Slicing test (8,0). 92 PASS Slicing test (8,0).
93 PASS Slicing test: slice (8,0). 93 PASS Slicing test: slice (8,0).
94 PASS Slicing test (8,1). 94 PASS Slicing test (8,1).
95 PASS Slicing test: slice (8,1). 95 PASS Slicing test: slice (8,1).
96 PASS Slicing test (8,2). 96 PASS Slicing test (8,2).
97 PASS Slicing test: slice (8,2). 97 PASS Slicing test: slice (8,2).
98 PASS Slicing test (8,3). 98 PASS Slicing test (8,3).
99 PASS Slicing test: slice (8,3). 99 PASS Slicing test: slice (8,3).
100 PASS Invalid contentType ("ÿ") 100 PASS Invalid contentType ("ÿ")
101 FAIL Invalid contentType ("te(xt/plain") assert_equals: expected "" but got "te( xt/plain"
102 FAIL Invalid contentType ("te)xt/plain") assert_equals: expected "" but got "te) xt/plain"
103 FAIL Invalid contentType ("te<xt/plain") assert_equals: expected "" but got "te< xt/plain"
104 FAIL Invalid contentType ("te>xt/plain") assert_equals: expected "" but got "te> xt/plain"
105 FAIL Invalid contentType ("te@xt/plain") assert_equals: expected "" but got "te@ xt/plain"
106 FAIL Invalid contentType ("te,xt/plain") assert_equals: expected "" but got "te, xt/plain"
107 FAIL Invalid contentType ("te;xt/plain") assert_equals: expected "" but got "te; xt/plain"
108 FAIL Invalid contentType ("te:xt/plain") assert_equals: expected "" but got "te: xt/plain"
109 FAIL Invalid contentType ("te\\xt/plain") assert_equals: expected "" but got "te \\xt/plain"
110 FAIL Invalid contentType ("te\"xt/plain") assert_equals: expected "" but got "te \"xt/plain"
111 FAIL Invalid contentType ("te/xt/plain") assert_equals: expected "" but got "te/ xt/plain"
112 FAIL Invalid contentType ("te[xt/plain") assert_equals: expected "" but got "te[ xt/plain"
113 FAIL Invalid contentType ("te]xt/plain") assert_equals: expected "" but got "te] xt/plain"
114 FAIL Invalid contentType ("te?xt/plain") assert_equals: expected "" but got "te? xt/plain"
115 FAIL Invalid contentType ("te=xt/plain") assert_equals: expected "" but got "te= xt/plain"
116 FAIL Invalid contentType ("te{xt/plain") assert_equals: expected "" but got "te{ xt/plain"
117 FAIL Invalid contentType ("te}xt/plain") assert_equals: expected "" but got "te} xt/plain"
118 FAIL Invalid contentType ("te xt/plain") assert_equals: expected "" but got "te xt/plain"
119 PASS Invalid contentType ("te\txt/plain") 101 PASS Invalid contentType ("te\txt/plain")
120 PASS Invalid contentType ("te\0xt/plain") 102 PASS Invalid contentType ("te\0xt/plain")
121 PASS Invalid contentType ("te\x1fxt/plain") 103 PASS Invalid contentType ("te\x1fxt/plain")
122 PASS Invalid contentType ("text/plain") 104 PASS Invalid contentType ("text/plain")
105 PASS Valid contentType ("te(xt/plain")
106 PASS Valid contentType ("te)xt/plain")
107 PASS Valid contentType ("te<xt/plain")
108 PASS Valid contentType ("te>xt/plain")
109 PASS Valid contentType ("te@xt/plain")
110 PASS Valid contentType ("te,xt/plain")
111 PASS Valid contentType ("te;xt/plain")
112 PASS Valid contentType ("te:xt/plain")
113 PASS Valid contentType ("te\\xt/plain")
114 PASS Valid contentType ("te\"xt/plain")
115 PASS Valid contentType ("te/xt/plain")
116 PASS Valid contentType ("te[xt/plain")
117 PASS Valid contentType ("te]xt/plain")
118 PASS Valid contentType ("te?xt/plain")
119 PASS Valid contentType ("te=xt/plain")
120 PASS Valid contentType ("te{xt/plain")
121 PASS Valid contentType ("te}xt/plain")
122 PASS Valid contentType ("te xt/plain")
123 FAIL Valid contentType ("TEXT/PLAIN") assert_equals: expected "text/plain" but g ot "TEXT/PLAIN" 123 FAIL Valid contentType ("TEXT/PLAIN") assert_equals: expected "text/plain" but g ot "TEXT/PLAIN"
124 FAIL Valid contentType ("text/plain;charset = UTF-8") assert_equals: expected "t ext/plain;charset = utf-8" but got "text/plain;charset = UTF-8" 124 FAIL Valid contentType ("text/plain;charset = UTF-8") assert_equals: expected "t ext/plain;charset = utf-8" but got "text/plain;charset = UTF-8"
125 FAIL Valid contentType ("text/plain;charset=UTF-8") assert_equals: expected "tex t/plain;charset=utf-8" but got "text/plain;charset=UTF-8" 125 FAIL Valid contentType ("text/plain;charset=UTF-8") assert_equals: expected "tex t/plain;charset=utf-8" but got "text/plain;charset=UTF-8"
126 Harness: the test ran to completion. 126 Harness: the test ran to completion.
127 127
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698