Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 6d7462a

Browse files
Bug 1956637 - [wpt-sync] Update web-platform-tests to 82a86955317eb250e973fc91ba8683f3b14c1324, a=testonly
MANUAL PUSH: wpt sync bot wpt-head: 82a86955317eb250e973fc91ba8683f3b14c1324 wpt-type: landing
1 parent d78fca4 commit 6d7462a

File tree

29 files changed

+90
-136
lines changed

29 files changed

+90
-136
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
[worklet-animation-pause.https.html]
2-
expected: ERROR
2+
expected:
3+
if os == "win": [ERROR, CRASH]
4+
ERROR
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[clear-cache-partitioning.https.html]
22
expected:
3-
if tsan: TIMEOUT
3+
if asan and fission: [OK, TIMEOUT]
4+
[clear double partitioned context with intermediate cross origin clears that partitioned data]
5+
expected:
6+
if asan and fission: [PASS, TIMEOUT]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
[change_eventhandler_for_document_cookie.https.window.html]
22
[CookieStore set/overwrite/delete observed by document.cookie]
33
expected:
4+
if os == "mac": PASS
45
if os == "linux": [FAIL, PASS]
6+
[PASS, FAIL]
57

68
[CookieStore agrees with document.cookie on encoding non-ASCII cookies]
79
expected:
10+
if os == "win": [PASS, FAIL]
811
if os == "linux": [PASS, FAIL]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[change_eventhandler_for_http_cookie_and_set_cookie_headers.https.window.html]
22
[CookieStore agreed with HTTP headers agree on encoding non-ASCII cookies]
33
expected:
4-
if (os == "mac") and (version == "OS X 14.7.1"): [PASS, FAIL]
5-
if os == "android": [PASS, FAIL]
4+
if os == "mac": PASS
5+
[PASS, FAIL]

testing/web-platform/meta/cookies/partitioned-cookies/partitioned-cookies-a-b-a-embed.tentative.https.html.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
if (os == "win") and debug and (processor == "x86_64"): [OK, ERROR]
44
if (os == "win") and not debug and (processor == "x86"): [OK, ERROR]
55
if (os == "mac") and not debug: [OK, ERROR]
6+
if (os == "linux") and (processor == "x86"): [OK, ERROR]

testing/web-platform/meta/css/css-borders/tentative/corner-shape/corner-shape-any.html.ini

Lines changed: 0 additions & 95 deletions
This file was deleted.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
[var-evaluation.html]
2+
expected:
3+
if (processor == "x86") and (os == "linux"): [OK, CRASH]
24
[inline-size with var-substitution]
35
expected: FAIL
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[grid-row-axis-alignment-positioned-items-012.html]
22
expected:
3-
if (os == "android") and fission: [OK, TIMEOUT]
3+
if (processor == "x86") and (os == "linux"): [OK, ERROR]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[old-content-captures-clip-path.html]
22
bug: https://bugzil.la/1951167
3-
expected: [TIMEOUT, ERROR, PASS]
3+
expected: [FAIL, PASS, ERROR, TIMEOUT]

testing/web-platform/meta/css/css-view-transitions/only-child-group.html.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
[only-child-group.html]
2+
expected:
3+
if (os == "win") and debug and (processor == "x86_64"): [OK, ERROR]
24
[:only-child should match because ::view-transition-group is generated for root element only]
35
expected:
46
if (os == "mac") and not debug: [PASS, FAIL]

0 commit comments

Comments
 (0)