|
3654 | 3654 | "parts": { |
3655 | 3655 | "basic-dom-part-declarative-brace-syntax-innerhtml.tentative.html": false, |
3656 | 3656 | "basic-dom-part-declarative-brace-syntax.tentative.html": false, |
3657 | | - "basic-dom-part-declarative-pi-syntax.tentative.html": false, |
3658 | 3657 | "basic-dom-part-objects.tentative.html": false, |
3659 | 3658 | "dom-parts-parseparts-on-body.tentative.html": false, |
3660 | 3659 | "dom-parts-parseparts-on-head.tentative.html": false, |
|
4029 | 4028 | "strategies.any.html": true, |
4030 | 4029 | "strategies.any.worker.html": true, |
4031 | 4030 | "terminate.any.html": true, |
4032 | | - "terminate.any.worker.html": true |
| 4031 | + "terminate.any.worker.html": true, |
| 4032 | + "cancel.any.html": [ |
| 4033 | + "readable.cancel() and a parallel writable.close() should reject if a transformer.cancel() calls controller.error()" |
| 4034 | + ], |
| 4035 | + "cancel.any.worker.html": [ |
| 4036 | + "readable.cancel() and a parallel writable.close() should reject if a transformer.cancel() calls controller.error()" |
| 4037 | + ] |
4033 | 4038 | }, |
4034 | 4039 | "writable-streams": { |
4035 | 4040 | "aborting.any.html": true, |
|
4064 | 4069 | "queuing-strategies-size-function-per-global.window.html": false, |
4065 | 4070 | "transferable": { |
4066 | 4071 | "deserialize-error.window.html": false, |
4067 | | - "transfer-with-messageport.window.html": false |
| 4072 | + "transfer-with-messageport.window.html": false, |
| 4073 | + "readable-stream.html": false, |
| 4074 | + "reason.html": false, |
| 4075 | + "service-worker.https.html": false, |
| 4076 | + "shared-worker.html": false, |
| 4077 | + "transform-stream-members.any.html": true, |
| 4078 | + "transform-stream-members.any.shadowrealm.html": false, |
| 4079 | + "transform-stream-members.any.worker.html": true, |
| 4080 | + "transform-stream.html": false, |
| 4081 | + "window.html": false, |
| 4082 | + "worker.html": false, |
| 4083 | + "writable-stream.html": false |
4068 | 4084 | }, |
4069 | 4085 | "idlharness-shadowrealm.window.html": false |
4070 | 4086 | }, |
|
5877 | 5893 | "Parsing origin: <west://x:0> against <about:blank>" |
5878 | 5894 | ], |
5879 | 5895 | "a-element.html?exclude=(file|javascript|mailto)": [ |
| 5896 | + "Test that embedded 0x0A is stripped", |
5880 | 5897 | "Parsing: <http://example\t.\norg> against <http://example.org/foo/bar>", |
5881 | 5898 | "Parsing: <http://user:pass@foo:21/bar;par?b#c> against <http://example.org/foo/bar>", |
5882 | 5899 | "Parsing: <https://test:@test> against <about:blank>", |
|
6560 | 6577 | "Parsing: </\\/\\//example.org/../path> against <http://example.org/>" |
6561 | 6578 | ], |
6562 | 6579 | "a-element.html?include=file": [ |
| 6580 | + "Test that embedded 0x0A is stripped", |
6563 | 6581 | "Parsing: <file:/example.com/> against <http://example.org/foo/bar>", |
6564 | 6582 | "Parsing: <file://example:1/> against <about:blank>", |
6565 | 6583 | "Parsing: <file://example:test/> against <about:blank>", |
|
6692 | 6710 | "Parsing: <//a/../> against <file:///>" |
6693 | 6711 | ], |
6694 | 6712 | "a-element.html?include=javascript": [ |
| 6713 | + "Test that embedded 0x0A is stripped", |
6695 | 6714 | "Parsing: <javascript:/example.com/> against <http://example.org/foo/bar>", |
6696 | 6715 | "Parsing: <javascript:example.com/> against <http://example.org/foo/bar>", |
6697 | 6716 | "Parsing: <javascript:/example.com/> against <about:blank>", |
|
6706 | 6725 | "Parsing: <javascript://[:1]> against <about:blank>" |
6707 | 6726 | ], |
6708 | 6727 | "a-element.html?include=mailto": [ |
| 6728 | + "Test that embedded 0x0A is stripped", |
6709 | 6729 | "Parsing: <mailto:/example.com/> against <http://example.org/foo/bar>", |
6710 | 6730 | "Parsing: <mailto:example.com/> against <http://example.org/foo/bar>", |
6711 | 6731 | "Parsing: <mailto:/example.com/> against <about:blank>", |
|
10163 | 10183 | "filereader_result.any.worker.html": true |
10164 | 10184 | }, |
10165 | 10185 | "idlharness.any.html": [ |
| 10186 | + "Blob interface: operation bytes()", |
| 10187 | + "Blob interface: new Blob([\"TEST\"]) must inherit property \"bytes()\" with the proper type", |
| 10188 | + "Blob interface: new File([\"myFileBits\"], \"myFileName\") must inherit property \"bytes()\" with the proper type", |
10166 | 10189 | "FileList interface: existence and properties of interface object", |
10167 | 10190 | "FileList interface object length", |
10168 | 10191 | "FileList interface object name", |
|
10173 | 10196 | "FileList interface: attribute length" |
10174 | 10197 | ], |
10175 | 10198 | "idlharness.any.worker.html": [ |
| 10199 | + "Blob interface: operation bytes()", |
| 10200 | + "Blob interface: new Blob([\"TEST\"]) must inherit property \"bytes()\" with the proper type", |
| 10201 | + "Blob interface: new File([\"myFileBits\"], \"myFileName\") must inherit property \"bytes()\" with the proper type", |
10176 | 10202 | "FileList interface: existence and properties of interface object", |
10177 | 10203 | "FileList interface object length", |
10178 | 10204 | "FileList interface object name", |
|
10194 | 10220 | ], |
10195 | 10221 | "FileReaderSync.worker.html": false, |
10196 | 10222 | "idlharness.worker.html": [ |
| 10223 | + "Blob interface: operation bytes()", |
10197 | 10224 | "FileList interface: existence and properties of interface object", |
10198 | 10225 | "FileList interface object length", |
10199 | 10226 | "FileList interface object name", |
|
10238 | 10265 | "Service worker test setup" |
10239 | 10266 | ], |
10240 | 10267 | "idlharness.html": [ |
| 10268 | + "Blob interface: operation bytes()", |
10241 | 10269 | "FileList interface: existence and properties of interface object", |
10242 | 10270 | "FileList interface object length", |
10243 | 10271 | "FileList interface object name", |
|
0 commit comments