mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
Implementation of Blob Constructor with test changes
This commit is contained in:
parent
7a9dc57761
commit
34726d8b9e
4 changed files with 22 additions and 103 deletions
|
@ -1,65 +1,5 @@
|
|||
[Blob-slice.html]
|
||||
type: testharness
|
||||
[Slicing test: slice (1,0).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (1,2).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (1,3).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (1,4).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (1,5).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (1,6).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (1,7).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (2,1).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (2,2).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (2,3).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (3,0).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (3,1).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (3,2).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (3,3).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (3,4).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (4,0).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (4,1).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (4,2).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (4,3).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (4,4).]
|
||||
expected: FAIL
|
||||
|
||||
[Slicing test: slice (5,0).]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -158,4 +98,3 @@
|
|||
|
||||
[Invalid contentType ("te xt/plain")]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue