mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests expected data to revision 2a9fd810bb18610b422dbc3998ab74aa1bffae95
This commit is contained in:
parent
f837e575fe
commit
291ac06c01
109 changed files with 2512 additions and 2559 deletions
|
@ -18,7 +18,7 @@
|
|||
[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\'.)]
|
||||
[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.]
|
||||
|
@ -111,9 +111,9 @@
|
|||
[Passing function "function () {}" (index 5) for options should use the defaults (with newlines).]
|
||||
expected: FAIL
|
||||
|
||||
[Newlines should not change when endings is \'transparent\'.]
|
||||
[Newlines should not change when endings is 'transparent'.]
|
||||
expected: FAIL
|
||||
|
||||
[Newlines should not change when endings is \'native\'.]
|
||||
[Newlines should not change when endings is 'native'.]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -150,7 +150,7 @@
|
|||
[Slicing test: slice (8,3).]
|
||||
expected: FAIL
|
||||
|
||||
[Invalid contentType ("\xc3\xbf")]
|
||||
[Invalid contentType ("ÿ")]
|
||||
expected: FAIL
|
||||
|
||||
[Invalid contentType ("te(xt/plain")]
|
||||
|
@ -216,7 +216,7 @@
|
|||
[Invalid contentType ("te\\x1fxt/plain")]
|
||||
expected: FAIL
|
||||
|
||||
[Invalid contentType ("te\x7fxt/plain")]
|
||||
[Invalid contentType ("text/plain")]
|
||||
expected: FAIL
|
||||
|
||||
[Valid contentType ("TEXT/PLAIN")]
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
[Check if the item method returns null when no file selected]
|
||||
expected: FAIL
|
||||
|
||||
[Check if length is fileList\'s attribute]
|
||||
[Check if length is fileList's attribute]
|
||||
expected: FAIL
|
||||
|
||||
[Check if the fileList length is 0 when no file selected]
|
||||
|
|
|
@ -27,6 +27,9 @@
|
|||
[Blob interface: new Blob(["TEST"\]) must inherit property "close" with the proper type (4)]
|
||||
expected: FAIL
|
||||
|
||||
[File interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
[File interface object length]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -72,7 +75,7 @@
|
|||
[FileList interface: existence and properties of interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[FileList interface: existence and properties of interface prototype object\'s "constructor" property]
|
||||
[FileList interface: existence and properties of interface prototype object's "constructor" property]
|
||||
expected: FAIL
|
||||
|
||||
[FileList interface: operation item(unsigned long)]
|
||||
|
@ -81,6 +84,21 @@
|
|||
[FileList interface: attribute length]
|
||||
expected: FAIL
|
||||
|
||||
[FileList must be primary interface of file_input.files]
|
||||
expected: FAIL
|
||||
|
||||
[Stringification of file_input.files]
|
||||
expected: FAIL
|
||||
|
||||
[FileList interface: file_input.files must inherit property "item" with the proper type (0)]
|
||||
expected: FAIL
|
||||
|
||||
[FileList interface: calling item(unsigned long) on file_input.files with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[FileList interface: file_input.files must inherit property "length" with the proper type (1)]
|
||||
expected: FAIL
|
||||
|
||||
[FileReader interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -90,7 +108,7 @@
|
|||
[FileReader interface: existence and properties of interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[FileReader interface: existence and properties of interface prototype object\'s "constructor" property]
|
||||
[FileReader interface: existence and properties of interface prototype object's "constructor" property]
|
||||
expected: FAIL
|
||||
|
||||
[FileReader interface: operation readAsArrayBuffer(Blob)]
|
||||
|
@ -222,7 +240,7 @@
|
|||
[FileReaderSync interface: existence and properties of interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[FileReaderSync interface: existence and properties of interface prototype object\'s "constructor" property]
|
||||
[FileReaderSync interface: existence and properties of interface prototype object's "constructor" property]
|
||||
expected: FAIL
|
||||
|
||||
[FileReaderSync interface: operation readAsArrayBuffer(Blob)]
|
||||
|
@ -234,21 +252,3 @@
|
|||
[FileReaderSync interface: operation readAsDataURL(Blob)]
|
||||
expected: FAIL
|
||||
|
||||
[File interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
[FileList must be primary interface of file_input.files]
|
||||
expected: FAIL
|
||||
|
||||
[Stringification of file_input.files]
|
||||
expected: FAIL
|
||||
|
||||
[FileList interface: file_input.files must inherit property "item" with the proper type (0)]
|
||||
expected: FAIL
|
||||
|
||||
[FileList interface: calling item(unsigned long) on file_input.files with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[FileList interface: file_input.files must inherit property "length" with the proper type (1)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
[url_createobjecturl_blob.html]
|
||||
type: testharness
|
||||
[Check if the Blob URI starts with \'blob\' using createObjectURL()]
|
||||
[Check if the Blob URI starts with 'blob' using createObjectURL()]
|
||||
expected: FAIL
|
||||
|
||||
[Check if the Blob URI starts with \'blob\' using createFor()]
|
||||
[Check if the Blob URI starts with 'blob' using createFor()]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue