mirror of
https://github.com/servo/servo
synced 2026-04-30 03:17:15 +02:00
Implement missing interfaces of File DOM object
This commit is contained in:
@@ -1,17 +1,5 @@
|
||||
[File-constructor.html]
|
||||
type: testharness
|
||||
[DOMString fileBits]
|
||||
expected: FAIL
|
||||
|
||||
[Unicode DOMString fileBits]
|
||||
expected: FAIL
|
||||
|
||||
[Empty Blob fileBits]
|
||||
expected: FAIL
|
||||
|
||||
[Blob fileBits]
|
||||
expected: FAIL
|
||||
|
||||
[ArrayBuffer fileBits]
|
||||
expected: FAIL
|
||||
|
||||
@@ -21,24 +9,5 @@
|
||||
[Various fileBits]
|
||||
expected: FAIL
|
||||
|
||||
[Using fileName]
|
||||
expected: FAIL
|
||||
|
||||
[Using special character in fileName]
|
||||
expected: FAIL
|
||||
|
||||
[Using type on the File constructor]
|
||||
expected: FAIL
|
||||
|
||||
[Using uppercase characters in type]
|
||||
expected: FAIL
|
||||
|
||||
[Using illegal character for type]
|
||||
expected: FAIL
|
||||
|
||||
[Using lastModified]
|
||||
expected: FAIL
|
||||
|
||||
[Misusing name]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user