mirror of
https://github.com/servo/servo.git
synced 2025-08-04 05:00:08 +01:00
Bug #1820, add the optional "type" parameter to Blob
This commit is contained in:
parent
37a97f3273
commit
6df9b7fd3a
6 changed files with 66 additions and 51 deletions
|
@ -1,7 +1,5 @@
|
|||
[Blob-constructor.html]
|
||||
type: testharness
|
||||
[Blob interface object]
|
||||
expected: FAIL
|
||||
|
||||
[Passing non-objects, Dates and RegExps for blobParts should throw a TypeError.]
|
||||
expected: FAIL
|
||||
|
@ -78,9 +76,6 @@
|
|||
[Array with mixed types]
|
||||
expected: FAIL
|
||||
|
||||
[options properties should be accessed in lexicographic order.]
|
||||
expected: FAIL
|
||||
|
||||
[Passing null (index 0) for options should use the defaults.]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -122,28 +117,3 @@
|
|||
|
||||
[Newlines should not change when endings is \'native\'.]
|
||||
expected: FAIL
|
||||
|
||||
[Blob with type "a"]
|
||||
expected: FAIL
|
||||
|
||||
[Blob with type "A"]
|
||||
expected: FAIL
|
||||
|
||||
[Blob with type "text/html"]
|
||||
expected: FAIL
|
||||
|
||||
[Blob with type "TEXT/HTML"]
|
||||
expected: FAIL
|
||||
|
||||
[Blob with type " image/gif "]
|
||||
expected: FAIL
|
||||
|
||||
[Blob with type "unknown/unknown"]
|
||||
expected: FAIL
|
||||
|
||||
[Blob with type "text/plain"]
|
||||
expected: FAIL
|
||||
|
||||
[Blob with type "image/png"]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue