Implement missing interfaces of File DOM object

This commit is contained in:
Zhen Zhang
2016-05-10 20:23:17 +08:00
parent f43009333f
commit 87fec3e026
8 changed files with 71 additions and 141 deletions

View File

@@ -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