blob: 1f5fc0c1eac978153d75c24b1b9d61c511f2337a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
[Blob-constructor.html]
type: testharness
[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
[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
[The 'endings' property should be ignored.]
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
[Newlines should not change when endings is 'native'.]
expected: FAIL
[Blob with type "A"]
expected: FAIL
[Blob with type "TEXT/HTML"]
expected: FAIL
[Blob with type "å"]
expected: FAIL
[Blob with type "𐑾"]
expected: FAIL
[Blob with type "\\timage/gif\\t"]
expected: FAIL
[Blob with type "image/gif;"]
expected: FAIL
[Blob with type "İmage/gif"]
expected: FAIL
[Blob with type "ımage/gif"]
expected: FAIL
[Blob with type "image/gif\\0"]
expected: FAIL
|