Skip to content

Commit c59ea9b

Browse files
Bug 1990109 - [wpt-sync] Update web-platform-tests to 2cbbfc9c7d7ca04124b8223bc998571984e6d4f8, a=testonly
MANUAL PUSH: wpt sync bot wpt-head: 2cbbfc9c7d7ca04124b8223bc998571984e6d4f8 wpt-type: landing
1 parent 65bf308 commit c59ea9b

148 files changed

Lines changed: 546 additions & 1542 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[enumerateDevices-with-selectAudioOutput.https.html]
22
expected:
3-
if (os_version == "14") and not sessionHistoryInParent and not debug: [OK, TIMEOUT]
4-
if (os_version == "11.26100") and (processor == "x86_64"): [OK, TIMEOUT]
3+
if (os == "android") and sessionHistoryInParent and not debug: [OK, TIMEOUT]
4+
if (os == "android") and not sessionHistoryInParent and not debug: [OK, TIMEOUT]
5+
if (os == "win") and (processor == "x86_64"): [OK, TIMEOUT]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[secure-context.html]
22
expected:
3-
if (os == "android") and fission: [OK, TIMEOUT]
3+
if (os == "android") and sessionHistoryInParent and not debug: [OK, TIMEOUT]
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[battery-allowed-by-permissions-policy-attribute-redirect-on-load.https.sub.html]
22
[permissions policy allow="battery" allows same-origin relocation.]
33
expected: FAIL
4+
5+
[permissions policy allow="battery" disallows cross-origin relocation.]
6+
expected: FAIL

testing/web-platform/meta/battery-status/battery-default-permissions-policy.https.sub.html.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44

55
[Default "battery" permissions policy allows same-origin iframes.]
66
expected: FAIL
7+
8+
[Default "battery" permissions policy disallows cross-origin iframes.]
9+
expected: FAIL
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
[battery-disabled-by-permissions-policy.https.sub.html]
22
[Permissions-Policy header "battery=()" disallows the top-level document.]
33
expected: FAIL
4+
5+
[Permissions-Policy header "battery=()" disallows same-origin iframes.]
6+
expected: FAIL
7+
8+
[Permissions-Policy header "battery=()" disallows cross-origin iframes.]
9+
expected: FAIL

testing/web-platform/meta/compression/compression-constructor-error.tentative.any.js.ini

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,16 @@
2020
expected: ERROR
2121

2222
[compression-constructor-error.tentative.any.shadowrealm-in-sharedworker.html]
23-
expected: ERROR
23+
expected:
24+
if not sessionHistoryInParent and not debug: [ERROR, TIMEOUT]
25+
ERROR
2426

2527
[compression-constructor-error.tentative.any.shadowrealm-in-dedicatedworker.html]
2628
expected: ERROR
2729

2830
[compression-constructor-error.tentative.https.any.shadowrealm-in-audioworklet.html]
2931
expected:
30-
if os == "linux": [TIMEOUT, ERROR]
32+
if os == "linux": [ERROR, TIMEOUT]
3133
ERROR
3234

3335
[compression-constructor-error.tentative.any.shadowrealm-in-window.html]

testing/web-platform/meta/compression/compression-including-empty-chunk.tentative.any.js.ini

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[compression-including-empty-chunk.tentative.any.serviceworker.html]
22
expected:
3-
if (os_version == "14") and sessionHistoryInParent and not debug: [OK, TIMEOUT]
3+
if (os == "android") and sessionHistoryInParent and not debug: [OK, TIMEOUT]
44

55
[compression-including-empty-chunk.tentative.any.shadowrealm.html]
66
expected: ERROR
@@ -27,4 +27,6 @@
2727
expected: ERROR
2828

2929
[compression-including-empty-chunk.tentative.any.shadowrealm-in-shadowrealm.html]
30-
expected: ERROR
30+
expected:
31+
if not sessionHistoryInParent and not debug: [ERROR, TIMEOUT]
32+
ERROR

testing/web-platform/meta/compression/decompression-bad-chunks.tentative.any.js.ini

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
[decompression-bad-chunks.tentative.https.any.shadowrealm-in-serviceworker.html]
2121
expected:
22-
if (os == "win") and not debug and (processor == "x86_64"): [CRASH, ERROR, TIMEOUT]
22+
if (os == "win") and not debug and (processor == "x86_64"): [ERROR, TIMEOUT, CRASH]
2323
[ERROR, TIMEOUT]
2424

2525
[decompression-bad-chunks.tentative.https.any.shadowrealm-in-audioworklet.html]
@@ -31,4 +31,6 @@
3131
expected: ERROR
3232

3333
[decompression-bad-chunks.tentative.any.shadowrealm-in-sharedworker.html]
34-
expected: ERROR
34+
expected:
35+
if not sessionHistoryInParent and debug: [ERROR, TIMEOUT]
36+
ERROR

testing/web-platform/meta/compression/decompression-buffersource.tentative.any.js.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424
expected: ERROR
2525

2626
[decompression-buffersource.tentative.any.shadowrealm-in-window.html]
27-
expected: ERROR
27+
expected:
28+
if (os == "android") and sessionHistoryInParent and not debug: [ERROR, TIMEOUT]
29+
ERROR
2830

2931
[decompression-buffersource.tentative.https.any.shadowrealm-in-serviceworker.html]
3032
expected: [ERROR, TIMEOUT]

testing/web-platform/meta/compression/decompression-correct-input.tentative.any.js.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
[decompression-correct-input.tentative.any.serviceworker.html]
99

1010
[decompression-correct-input.tentative.any.worker.html]
11+
expected:
12+
if not sessionHistoryInParent and not debug: [OK, TIMEOUT]
1113

1214
[decompression-correct-input.tentative.any.shadowrealm-in-sharedworker.html]
1315
expected: ERROR

0 commit comments

Comments
 (0)