mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests.
This commit is contained in:
parent
58c1b121a7
commit
b6e5e823e6
30 changed files with 350 additions and 215 deletions
5
tests/wpt/metadata/FileAPI/blob/Blob-XHR-revoke.html.ini
Normal file
5
tests/wpt/metadata/FileAPI/blob/Blob-XHR-revoke.html.ini
Normal file
|
@ -0,0 +1,5 @@
|
|||
[Blob-XHR-revoke.html]
|
||||
type: testharness
|
||||
[Revoking blob URL used with XMLHttpRequest]
|
||||
expected: FAIL
|
||||
|
5
tests/wpt/metadata/FileAPI/blob/Blob-close.html.ini
Normal file
5
tests/wpt/metadata/FileAPI/blob/Blob-close.html.ini
Normal file
|
@ -0,0 +1,5 @@
|
|||
[Blob-close.html]
|
||||
type: testharness
|
||||
[Blob.close]
|
||||
expected: FAIL
|
||||
|
119
tests/wpt/metadata/FileAPI/blob/Blob-constructor.html.ini
Normal file
119
tests/wpt/metadata/FileAPI/blob/Blob-constructor.html.ini
Normal file
|
@ -0,0 +1,119 @@
|
|||
[Blob-constructor.html]
|
||||
type: testharness
|
||||
[Passing non-objects, Dates and RegExps for blobParts should throw a TypeError.]
|
||||
expected: FAIL
|
||||
|
||||
[A plain object should be treated as a sequence for the blobParts argument.]
|
||||
expected: FAIL
|
||||
|
||||
[A plain object with a length property should be treated as a sequence for the blobParts argument.]
|
||||
expected: FAIL
|
||||
|
||||
[A String object should be treated as a sequence for the blobParts argument.]
|
||||
expected: FAIL
|
||||
|
||||
[A Uint8Array object should be treated as a sequence for the blobParts argument.]
|
||||
expected: FAIL
|
||||
|
||||
[The length getter should be invoked and any exceptions should be propagated.]
|
||||
expected: FAIL
|
||||
|
||||
[A platform object that supports indexed properties should be treated as a sequence for the blobParts argument (overwritten \'length\'.)]
|
||||
expected: FAIL
|
||||
|
||||
[ToUint32 should be applied to the length and any exceptions should be propagated.]
|
||||
expected: FAIL
|
||||
|
||||
[Getters and value conversions should happen in order until an exception is thrown.]
|
||||
expected: FAIL
|
||||
|
||||
[Changes to the blobParts array should be reflected in the returned Blob (pop).]
|
||||
expected: FAIL
|
||||
|
||||
[Changes to the blobParts array should be reflected in the returned Blob (unshift).]
|
||||
expected: FAIL
|
||||
|
||||
[ToString should be called on elements of the blobParts array.]
|
||||
expected: FAIL
|
||||
|
||||
[ArrayBuffer elements of the blobParts array should be supported.]
|
||||
expected: FAIL
|
||||
|
||||
[Passing typed arrays as elements of the blobParts array should work.]
|
||||
expected: FAIL
|
||||
|
||||
[Passing a Float64Array as element of the blobParts array should work.]
|
||||
expected: FAIL
|
||||
|
||||
[Passing an element as the blobParts array should work.]
|
||||
expected: FAIL
|
||||
|
||||
[Passing an platform object that supports indexed properties as the blobParts array should work (window).]
|
||||
expected: FAIL
|
||||
|
||||
[Passing an platform object that supports indexed properties as the blobParts array should work (window with custom toString).]
|
||||
expected: FAIL
|
||||
|
||||
[Passing an platform object that supports indexed properties as the blobParts array should work (select).]
|
||||
expected: FAIL
|
||||
|
||||
[Passing a platform array object as the blobParts array should work (MessagePort[\]).]
|
||||
expected: FAIL
|
||||
|
||||
[Passing a platform array object as the blobParts array should work (Attr[\]).]
|
||||
expected: FAIL
|
||||
|
||||
[Array with two blobs]
|
||||
expected: FAIL
|
||||
|
||||
[Array with two buffers]
|
||||
expected: FAIL
|
||||
|
||||
[Array with two bufferviews]
|
||||
expected: FAIL
|
||||
|
||||
[Array with mixed types]
|
||||
expected: FAIL
|
||||
|
||||
[Passing null (index 0) for options should use the defaults.]
|
||||
expected: FAIL
|
||||
|
||||
[Passing null (index 0) for options should use the defaults (with newlines).]
|
||||
expected: FAIL
|
||||
|
||||
[Passing undefined (index 1) for options should use the defaults.]
|
||||
expected: FAIL
|
||||
|
||||
[Passing undefined (index 1) for options should use the defaults (with newlines).]
|
||||
expected: FAIL
|
||||
|
||||
[Passing object "[object Object\]" (index 2) for options should use the defaults.]
|
||||
expected: FAIL
|
||||
|
||||
[Passing object "[object Object\]" (index 2) for options should use the defaults (with newlines).]
|
||||
expected: FAIL
|
||||
|
||||
[Passing object "[object Object\]" (index 3) for options should use the defaults.]
|
||||
expected: FAIL
|
||||
|
||||
[Passing object "[object Object\]" (index 3) for options should use the defaults (with newlines).]
|
||||
expected: FAIL
|
||||
|
||||
[Passing object "/regex/" (index 4) for options should use the defaults.]
|
||||
expected: FAIL
|
||||
|
||||
[Passing object "/regex/" (index 4) for options should use the defaults (with newlines).]
|
||||
expected: FAIL
|
||||
|
||||
[Passing function "function () {}" (index 5) for options should use the defaults.]
|
||||
expected: FAIL
|
||||
|
||||
[Passing function "function () {}" (index 5) for options should use the defaults (with newlines).]
|
||||
expected: FAIL
|
||||
|
||||
[Newlines should not change when endings is \'transparent\'.]
|
||||
expected: FAIL
|
||||
|
||||
[Newlines should not change when endings is \'native\'.]
|
||||
expected: FAIL
|
||||
|
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