File tree Expand file tree Collapse file tree 2 files changed +17
-17
lines changed
tests/wpt-harness/expectations/streams/readable-byte-streams Expand file tree Collapse file tree 2 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"ReadableStreamBYOBRequest constructor should throw when passed a undefined ReadableByteStreamController and a undefined view" : {
3
- "status" : " FAIL "
3
+ "status" : " PASS "
4
4
},
5
5
"ReadableStreamBYOBRequest constructor should throw when passed a undefined ReadableByteStreamController and a null view" : {
6
- "status" : " FAIL "
6
+ "status" : " PASS "
7
7
},
8
8
"ReadableStreamBYOBRequest constructor should throw when passed a undefined ReadableByteStreamController and a fake view" : {
9
- "status" : " FAIL "
9
+ "status" : " PASS "
10
10
},
11
11
"ReadableStreamBYOBRequest constructor should throw when passed a undefined ReadableByteStreamController and a real view" : {
12
- "status" : " FAIL "
12
+ "status" : " PASS "
13
13
},
14
14
"ReadableStreamBYOBRequest constructor should throw when passed a null ReadableByteStreamController and a undefined view" : {
15
- "status" : " FAIL "
15
+ "status" : " PASS "
16
16
},
17
17
"ReadableStreamBYOBRequest constructor should throw when passed a null ReadableByteStreamController and a null view" : {
18
- "status" : " FAIL "
18
+ "status" : " PASS "
19
19
},
20
20
"ReadableStreamBYOBRequest constructor should throw when passed a null ReadableByteStreamController and a fake view" : {
21
- "status" : " FAIL "
21
+ "status" : " PASS "
22
22
},
23
23
"ReadableStreamBYOBRequest constructor should throw when passed a null ReadableByteStreamController and a real view" : {
24
- "status" : " FAIL "
24
+ "status" : " PASS "
25
25
},
26
26
"ReadableStreamBYOBRequest constructor should throw when passed a fake ReadableByteStreamController and a undefined view" : {
27
- "status" : " FAIL "
27
+ "status" : " PASS "
28
28
},
29
29
"ReadableStreamBYOBRequest constructor should throw when passed a fake ReadableByteStreamController and a null view" : {
30
- "status" : " FAIL "
30
+ "status" : " PASS "
31
31
},
32
32
"ReadableStreamBYOBRequest constructor should throw when passed a fake ReadableByteStreamController and a fake view" : {
33
- "status" : " FAIL "
33
+ "status" : " PASS "
34
34
},
35
35
"ReadableStreamBYOBRequest constructor should throw when passed a fake ReadableByteStreamController and a real view" : {
36
- "status" : " FAIL "
36
+ "status" : " PASS "
37
37
},
38
38
"ReadableStreamBYOBRequest constructor should throw when passed a real ReadableByteStreamController and a undefined view" : {
39
- "status" : " FAIL "
39
+ "status" : " PASS "
40
40
},
41
41
"ReadableStreamBYOBRequest constructor should throw when passed a real ReadableByteStreamController and a null view" : {
42
- "status" : " FAIL "
42
+ "status" : " PASS "
43
43
},
44
44
"ReadableStreamBYOBRequest constructor should throw when passed a real ReadableByteStreamController and a fake view" : {
45
- "status" : " FAIL "
45
+ "status" : " PASS "
46
46
},
47
47
"ReadableStreamBYOBRequest constructor should throw when passed a real ReadableByteStreamController and a real view" : {
48
- "status" : " FAIL "
48
+ "status" : " PASS "
49
49
}
50
50
}
You can’t perform that action at this time.
0 commit comments