Skip to content

Commit d89ff73

Browse files
authored
tests: update wpt (#24198)
1 parent e4f3ed8 commit d89ff73

File tree

2 files changed

+32
-4
lines changed

2 files changed

+32
-4
lines changed

tests/wpt/runner/expectation.json

Lines changed: 31 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3654,7 +3654,6 @@
36543654
"parts": {
36553655
"basic-dom-part-declarative-brace-syntax-innerhtml.tentative.html": false,
36563656
"basic-dom-part-declarative-brace-syntax.tentative.html": false,
3657-
"basic-dom-part-declarative-pi-syntax.tentative.html": false,
36583657
"basic-dom-part-objects.tentative.html": false,
36593658
"dom-parts-parseparts-on-body.tentative.html": false,
36603659
"dom-parts-parseparts-on-head.tentative.html": false,
@@ -4029,7 +4028,13 @@
40294028
"strategies.any.html": true,
40304029
"strategies.any.worker.html": true,
40314030
"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+
]
40334038
},
40344039
"writable-streams": {
40354040
"aborting.any.html": true,
@@ -4064,7 +4069,18 @@
40644069
"queuing-strategies-size-function-per-global.window.html": false,
40654070
"transferable": {
40664071
"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
40684084
},
40694085
"idlharness-shadowrealm.window.html": false
40704086
},
@@ -5877,6 +5893,7 @@
58775893
"Parsing origin: <west://x:0> against <about:blank>"
58785894
],
58795895
"a-element.html?exclude=(file|javascript|mailto)": [
5896+
"Test that embedded 0x0A is stripped",
58805897
"Parsing: <http://example\t.\norg> against <http://example.org/foo/bar>",
58815898
"Parsing: <http://user:pass@foo:21/bar;par?b#c> against <http://example.org/foo/bar>",
58825899
"Parsing: <https://test:@test> against <about:blank>",
@@ -6560,6 +6577,7 @@
65606577
"Parsing: </\\/\\//example.org/../path> against <http://example.org/>"
65616578
],
65626579
"a-element.html?include=file": [
6580+
"Test that embedded 0x0A is stripped",
65636581
"Parsing: <file:/example.com/> against <http://example.org/foo/bar>",
65646582
"Parsing: <file://example:1/> against <about:blank>",
65656583
"Parsing: <file://example:test/> against <about:blank>",
@@ -6692,6 +6710,7 @@
66926710
"Parsing: <//a/../> against <file:///>"
66936711
],
66946712
"a-element.html?include=javascript": [
6713+
"Test that embedded 0x0A is stripped",
66956714
"Parsing: <javascript:/example.com/> against <http://example.org/foo/bar>",
66966715
"Parsing: <javascript:example.com/> against <http://example.org/foo/bar>",
66976716
"Parsing: <javascript:/example.com/> against <about:blank>",
@@ -6706,6 +6725,7 @@
67066725
"Parsing: <javascript://[:1]> against <about:blank>"
67076726
],
67086727
"a-element.html?include=mailto": [
6728+
"Test that embedded 0x0A is stripped",
67096729
"Parsing: <mailto:/example.com/> against <http://example.org/foo/bar>",
67106730
"Parsing: <mailto:example.com/> against <http://example.org/foo/bar>",
67116731
"Parsing: <mailto:/example.com/> against <about:blank>",
@@ -10163,6 +10183,9 @@
1016310183
"filereader_result.any.worker.html": true
1016410184
},
1016510185
"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",
1016610189
"FileList interface: existence and properties of interface object",
1016710190
"FileList interface object length",
1016810191
"FileList interface object name",
@@ -10173,6 +10196,9 @@
1017310196
"FileList interface: attribute length"
1017410197
],
1017510198
"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",
1017610202
"FileList interface: existence and properties of interface object",
1017710203
"FileList interface object length",
1017810204
"FileList interface object name",
@@ -10194,6 +10220,7 @@
1019410220
],
1019510221
"FileReaderSync.worker.html": false,
1019610222
"idlharness.worker.html": [
10223+
"Blob interface: operation bytes()",
1019710224
"FileList interface: existence and properties of interface object",
1019810225
"FileList interface object length",
1019910226
"FileList interface object name",
@@ -10238,6 +10265,7 @@
1023810265
"Service worker test setup"
1023910266
],
1024010267
"idlharness.html": [
10268+
"Blob interface: operation bytes()",
1024110269
"FileList interface: existence and properties of interface object",
1024210270
"FileList interface object length",
1024310271
"FileList interface object name",

tests/wpt/suite

Submodule suite updated 1336 files

0 commit comments

Comments
 (0)