Skip to content

Commit

Permalink
Bug 1843187 - [wpt-sync] Update web-platform-tests to 1706e6ec3f6cca9…
Browse files Browse the repository at this point in the history
…863f0782152bd478026df39d8, a=testonly

MANUAL PUSH: wpt sync bot

wpt-head: 1706e6ec3f6cca9863f0782152bd478026df39d8
wpt-type: landing
  • Loading branch information
moz-wptsync-bot committed Jul 20, 2023
1 parent d6ecb50 commit 36cdce8
Show file tree
Hide file tree
Showing 75 changed files with 360 additions and 330 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[reading-autoincrement-indexes.any.serviceworker.html]
expected:
if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT]
if (processor == "x86") and not debug: [OK, TIMEOUT]
[IDBIndex.getAll() for an index on the autoincrement key]
expected: FAIL

Expand All @@ -12,11 +12,11 @@

[IDBIndex.getAllKeys() returns correct result for an index not covering the autoincrement key]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
if (processor == "x86") and not debug: [PASS, TIMEOUT]

[IDBIndex.get() for an index not covering the autoincrement key]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
if (processor == "x86") and not debug: [PASS, NOTRUN]


[reading-autoincrement-indexes.any.html]
Expand All @@ -33,7 +33,7 @@

[IDBIndex.getAll() for an index not covering the autoincrement key]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
if (processor == "x86") and not debug: [PASS, TIMEOUT]

[IDBIndex.get() for an index not covering the autoincrement key]
expected:
Expand All @@ -46,33 +46,33 @@

[reading-autoincrement-indexes.any.sharedworker.html]
expected:
if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT]
if (processor == "x86") and not debug: [OK, TIMEOUT]
[IDBIndex.getAll() for an index on the autoincrement key]
expected:
if (processor == "x86") and (os == "win") and not debug: [FAIL, TIMEOUT]
if (processor == "x86") and not debug: [FAIL, TIMEOUT]
FAIL

[IDBIndex.getAllKeys() for an index on the autoincrement key]
expected:
if (processor == "x86") and (os == "win") and not debug: [FAIL, NOTRUN]
if (processor == "x86") and not debug: [FAIL, NOTRUN]
FAIL

[IDBIndex.get() for an index on the autoincrement key]
expected:
if (processor == "x86") and (os == "win") and not debug: [FAIL, NOTRUN]
if (processor == "x86") and not debug: [FAIL, NOTRUN]
FAIL

[IDBIndex.getAll() for an index not covering the autoincrement key]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
if (processor == "x86") and not debug: [PASS, NOTRUN]

[IDBIndex.get() for an index not covering the autoincrement key]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
if (processor == "x86") and not debug: [PASS, NOTRUN]

[IDBIndex.getAllKeys() returns correct result for an index not covering the autoincrement key]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
if (processor == "x86") and not debug: [PASS, NOTRUN]


[reading-autoincrement-indexes.any.worker.html]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
[request-format.sub.https.html?method=fetch]
[attributionsrc request has the proper format.]
expected:
if (os == "linux") and debug and swgl and fission: [PASS, FAIL]
if (os == "linux") and not debug and not fission: [PASS, FAIL]
if (os == "linux") and not debug and fission: [PASS, FAIL]
if (os == "linux") and debug and not editorLegacyDirectionMode and fission and swgl: [PASS, FAIL]
if (os == "linux") and debug and editorLegacyDirectionMode: [PASS, FAIL]
if (os == "win") and swgl: [PASS, FAIL]
if (os == "linux") and not debug: [PASS, FAIL]


[request-format.sub.https.html?method=a&expected-eligible=navigation-source]
Expand All @@ -36,10 +36,10 @@
[request-format.sub.https.html?method=xhr]
[attributionsrc request has the proper format.]
expected:
if debug and editorLegacyDirectionMode: [PASS, FAIL]
if not debug and (os == "mac"): [PASS, FAIL]
if not debug and (os == "win"): [PASS, FAIL]
if not debug and (os == "linux"): [PASS, FAIL]
if debug and editorLegacyDirectionMode: [PASS, FAIL]
if not debug and (os == "win"): [PASS, FAIL]


[request-format.sub.https.html?method=script&eligible&expected-eligible=event-source, trigger]
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[set-cookie-after-clear-all.https.html]
[Setting a cookie after Clear-Site-Data for all shouldn't allow the cookie to take.]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[set-cookie-after-clear-cookies.https.html]
[Setting a cookie after Clear-Site-Data for cookies shouldn't allow the cookie to take.]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[set-cookie-before-clear-all.https.html]
[Setting a cookie before Clear-Site-Data for all shouldn't allow the cookie to take.]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[set-cookie-before-clear-cookies.https.html]
[Setting a cookie before Clear-Site-Data for cookies shouldn't allow the cookie to take.]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
[cookieStore_getAll_multiple.https.any.serviceworker.html]
expected:
if os == "win": [OK, TIMEOUT]
[cookieStore.getAll returns multiple cookies written by cookieStore.set]
expected: FAIL

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[fedcm-csp.https.html]
expected:
if os == "mac": [TIMEOUT, OK]
if os == "mac": [TIMEOUT, CRASH, OK]
if os == "linux": CRASH
TIMEOUT
[Provider configURL should honor Content-Security-Policy.]
expected:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[fedcm-iframe.https.html]
expected:
if os == "mac": OK
if os == "mac": [OK, CRASH]
[OK, TIMEOUT]
[FedCM enabled in 2 level deep nested iframe. FedCM should be enabled regardless of iframe nesting depth]
expected: FAIL

[FedCM disabled in 2 level deep nested iframe where innermost iframe does not have permission policy]
expected:
if os == "win": [PASS, NOTRUN]
if os == "linux": [PASS, FAIL, TIMEOUT]
if os == "win": [PASS, NOTRUN]

[FedCM disabled in 2 level deep nested iframe where middle iframe does not have permission policy]
expected:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[fedcm-loginhint.https.html]
expected: TIMEOUT
expected:
if os == "mac": [CRASH, TIMEOUT]
TIMEOUT
[No login hint matches an account.]
expected: TIMEOUT

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
expected: TIMEOUT

[fedcm-logout-rps.https.html]
expected: TIMEOUT
expected:
if os == "win": [CRASH, TIMEOUT]
TIMEOUT
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
[get-before-and-after-onload.https.html]
expected: ERROR
expected:
if os == "win": ERROR
[ERROR, CRASH]
[When there's a `get` call before onload, a `get` call which occurs after onload but before the first `get` call resolves, should be rejected.]
expected: TIMEOUT
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
[get-before-and-during-onload.https.html]
expected: ERROR
expected:
if os == "linux": [CRASH, ERROR]
if os == "mac": [ERROR, CRASH]
ERROR
[A `get` call before onload and a `get` call during onload should be combined.]
expected: TIMEOUT
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
[get-before-onload-and-during-dom-content-loaded.https.html]
expected: ERROR
expected:
if os == "mac": [ERROR, CRASH]
ERROR
[A `get` call before onload and a `get` call during DOMContentLoaded event should combine despite being called from different tasks.]
expected: TIMEOUT
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
[multiple-gets-during-onload.https.html]
expected: ERROR
expected:
if os == "win": [ERROR, CRASH]
ERROR
[No `get` calls before onload, multiple `get` calls during onload are allowed.]
expected: TIMEOUT
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
[single-get-after-onload.https.html]
expected: TIMEOUT
expected:
if os == "win": [TIMEOUT, CRASH]
TIMEOUT
[Single `get` call after onload is allowed.]
expected: TIMEOUT
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
[fedcm-userinfo.https.html]
expected: TIMEOUT
expected:
if os == "mac": [CRASH, TIMEOUT]
if os == "linux": [TIMEOUT, CRASH]
TIMEOUT
[Test basic User InFo API flow]
expected: TIMEOUT

Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
[passwordcredential-framed-get.sub.https.html]
expected: ERROR
expected:
if os == "mac": [ERROR, CRASH]
ERROR
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[anchor-scroll-003.html]
[anchor-scroll should work in fragmented containing block]
expected: FAIL

[Scrolling should work in fragmented containing block]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[content-visibility-030.html]
[IntersectionObserver interactions]
expected:
if (os == "linux") and not swgl and fission and not debug: [PASS, FAIL]
if (os == "linux") and not swgl and fission and debug: [PASS, FAIL]
if (os == "linux") and not swgl and not fission and debug: [PASS, FAIL]
if (os == "linux") and not swgl and fission: [PASS, FAIL]
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[content-visibility-auto-state-changed-first-observation.html]
[ContentVisibilityAutoStateChange fires once when added (not skipped)]
expected:
if (os == "linux") and not debug and fission and (processor == "x86_64"): [PASS, FAIL]
if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
if (os == "mac") and not debug: [PASS, FAIL]
if not debug and fission and (processor == "x86_64") and (os == "linux"): [PASS, FAIL]
if not debug and fission and (processor == "x86_64") and (os == "mac"): [PASS, FAIL]
if not debug and fission and (processor == "x86") and (os == "win"): [PASS, FAIL]
if not debug and fission and (processor == "x86") and (os == "linux"): [PASS, FAIL]

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[test_datafont_same_origin.html]
expected:
if (os == "linux") and debug and not fission and not swgl: [OK, ERROR]
if (os == "linux") and not debug and fission and (processor == "x86_64"): [OK, ERROR]
if (os == "linux") and not swgl and not editorLegacyDirectionMode and not fission and debug: [OK, ERROR]
if (os == "linux") and not swgl and not editorLegacyDirectionMode and fission and not debug: [OK, ERROR]
[Test if data:font would be treated same origin.]
expected:
if (os == "linux") and debug and not fission and not swgl: [PASS, TIMEOUT]
if (os == "linux") and not debug and fission and (processor == "x86_64"): [PASS, TIMEOUT]
if (os == "linux") and not swgl and not editorLegacyDirectionMode and fission and not debug: [PASS, TIMEOUT]
if (os == "linux") and not swgl and not editorLegacyDirectionMode and not fission and debug: [PASS, TIMEOUT]
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[overscroll-behavior.html]
prefs: [test.events.async.enabled:true]
[overscroll-behavior prevents scroll-propagation in the area and direction as specified]
expected:
if (os == "linux") and not debug and fission and (processor == "x86_64"): [PASS, FAIL]
if os == "android": FAIL
PASS
prefs: [test.events.async.enabled:true]
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[content-box-mutation-001.html]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[stroke-box-mutation-001.html]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[stroke-box-mutation-002.html]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[stroke-box-mutation-003.html]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[stroke-box-mutation-004.html]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[svgbox-stroke-box-001.html]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[svgbox-stroke-box-002.html]
expected: FAIL

This file was deleted.

Loading

0 comments on commit 36cdce8

Please sign in to comment.