mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
Update web-platform-tests.
This commit is contained in:
parent
58c1b121a7
commit
b6e5e823e6
30 changed files with 350 additions and 215 deletions
230
tests/wpt/metadata/FileAPI/blob/Blob-slice.html.ini
Normal file
230
tests/wpt/metadata/FileAPI/blob/Blob-slice.html.ini
Normal file
|
@ -0,0 +1,230 @@
|
|||
[Blob-slice.html]
|
||||
type: testharness
|
||||
[no-argument Blob slice]
|
||||
expected: FAIL
|
||||
|
||||
[blob1.]
|
||||
expected: FAIL
|
||||
|
||||
[blob2.]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (0,0).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (0,1).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (0,2).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (0,3).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (0,4).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (0,5).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (0,6).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (0,7).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (0,8).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (1,0).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (1,1).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (1,2).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (1,3).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (1,4).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (1,5).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (1,6).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (1,7).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (2,0).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (2,1).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (2,2).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (2,3).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (3,0).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (3,1).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (3,2).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (3,3).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (3,4).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (3,5).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (4,0).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (4,1).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (4,2).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (4,3).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (4,4).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (5,0).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (5,1).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (5,2).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (5,3).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (6,0).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (6,1).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (6,2).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (7,0).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (7,1).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (7,2).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (7,3).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (8,0).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (8,1).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (8,2).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (8,3).]
|
||||
expected: FAIL
|
||||
|
||||
[Invalid contentType ("\xc3\xbf")]
|
||||
expected: FAIL
|
||||
|
||||
[Invalid contentType ("te(xt/plain")]
|
||||
expected: FAIL
|
||||
|
||||
[Invalid contentType ("te)xt/plain")]
|
||||
expected: FAIL
|
||||
|
||||
[Invalid contentType ("te<xt/plain")]
|
||||
expected: FAIL
|
||||
|
||||
[Invalid contentType ("te>xt/plain")]
|
||||
expected: FAIL
|
||||
|
||||
[Invalid contentType ("te@xt/plain")]
|
||||
expected: FAIL
|
||||
|
||||
[Invalid contentType ("te,xt/plain")]
|
||||
expected: FAIL
|
||||
|
||||
[Invalid contentType ("te;xt/plain")]
|
||||
expected: FAIL
|
||||
|
||||
[Invalid contentType ("te:xt/plain")]
|
||||
expected: FAIL
|
||||
|
||||
[Invalid contentType ("te\\\\xt/plain")]
|
||||
expected: FAIL
|
||||
|
||||
[Invalid contentType ("te\\"xt/plain")]
|
||||
expected: FAIL
|
||||
|
||||
[Invalid contentType ("te/xt/plain")]
|
||||
expected: FAIL
|
||||
|
||||
[Invalid contentType ("te[xt/plain")]
|
||||
expected: FAIL
|
||||
|
||||
[Invalid contentType ("te\]xt/plain")]
|
||||
expected: FAIL
|
||||
|
||||
[Invalid contentType ("te?xt/plain")]
|
||||
expected: FAIL
|
||||
|
||||
[Invalid contentType ("te=xt/plain")]
|
||||
expected: FAIL
|
||||
|
||||
[Invalid contentType ("te{xt/plain")]
|
||||
expected: FAIL
|
||||
|
||||
[Invalid contentType ("te}xt/plain")]
|
||||
expected: FAIL
|
||||
|
||||
[Invalid contentType ("te xt/plain")]
|
||||
expected: FAIL
|
||||
|
||||
[Invalid contentType ("te\\txt/plain")]
|
||||
expected: FAIL
|
||||
|
||||
[Invalid contentType ("te\\0xt/plain")]
|
||||
expected: FAIL
|
||||
|
||||
[Invalid contentType ("te\\x1fxt/plain")]
|
||||
expected: FAIL
|
||||
|
||||
[Invalid contentType ("te\x7fxt/plain")]
|
||||
expected: FAIL
|
||||
|
||||
[Valid contentType ("TEXT/PLAIN")]
|
||||
expected: FAIL
|
||||
|
||||
[Valid contentType ("text/plain;charset = UTF-8")]
|
||||
expected: FAIL
|
||||
|
||||
[Valid contentType ("text/plain;charset=UTF-8")]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue