forked from sailfishos/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1843187 - [wpt-sync] Update web-platform-tests to 1706e6ec3f6cca9…
…863f0782152bd478026df39d8, a=testonly MANUAL PUSH: wpt sync bot wpt-head: 1706e6ec3f6cca9863f0782152bd478026df39d8 wpt-type: landing
- Loading branch information
1 parent
d6ecb50
commit 36cdce8
Showing
75 changed files
with
360 additions
and
330 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
testing/web-platform/meta/clear-site-data/set-cookie-after-clear-all.https.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
3 changes: 3 additions & 0 deletions
3
testing/web-platform/meta/clear-site-data/set-cookie-after-clear-cookies.https.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
3 changes: 3 additions & 0 deletions
3
testing/web-platform/meta/clear-site-data/set-cookie-before-clear-all.https.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
3 changes: 3 additions & 0 deletions
3
testing/web-platform/meta/clear-site-data/set-cookie-before-clear-cookies.https.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
2 changes: 2 additions & 0 deletions
2
testing/web-platform/meta/cookie-store/cookieStore_getAll_multiple.https.any.js.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
testing/web-platform/meta/credential-management/fedcm-csp.https.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
testing/web-platform/meta/credential-management/fedcm-iframe.https.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 3 additions & 1 deletion
4
testing/web-platform/meta/credential-management/fedcm-loginhint.https.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 3 additions & 1 deletion
4
...orm/meta/credential-management/fedcm-multi-idp/get-before-and-after-onload.https.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
5 changes: 4 additions & 1 deletion
5
...rm/meta/credential-management/fedcm-multi-idp/get-before-and-during-onload.https.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
4 changes: 3 additions & 1 deletion
4
...management/fedcm-multi-idp/get-before-onload-and-during-dom-content-loaded.https.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
4 changes: 3 additions & 1 deletion
4
...orm/meta/credential-management/fedcm-multi-idp/multiple-gets-during-onload.https.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
4 changes: 3 additions & 1 deletion
4
...latform/meta/credential-management/fedcm-multi-idp/single-get-after-onload.https.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
5 changes: 4 additions & 1 deletion
5
testing/web-platform/meta/credential-management/fedcm-userinfo.https.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 3 additions & 1 deletion
4
.../web-platform/meta/credential-management/passwordcredential-framed-get.sub.https.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
3 changes: 0 additions & 3 deletions
3
testing/web-platform/meta/css/css-anchor-position/anchor-scroll-003.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
3 changes: 1 addition & 2 deletions
3
testing/web-platform/meta/css/css-contain/content-visibility/content-visibility-030.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |
7 changes: 4 additions & 3 deletions
7
...ntain/content-visibility/content-visibility-auto-state-changed-first-observation.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |
2 changes: 0 additions & 2 deletions
2
...contain/content-visibility/content-visibility-with-top-layer-and-auto-descendant.html.ini
This file was deleted.
Oops, something went wrong.
8 changes: 4 additions & 4 deletions
8
testing/web-platform/meta/css/css-fonts/test_datafont_same_origin.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |
4 changes: 2 additions & 2 deletions
4
testing/web-platform/meta/css/css-overscroll-behavior/overscroll-behavior.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |
2 changes: 2 additions & 0 deletions
2
testing/web-platform/meta/css/css-transforms/transform-box/content-box-mutation-001.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[content-box-mutation-001.html] | ||
expected: FAIL |
2 changes: 2 additions & 0 deletions
2
testing/web-platform/meta/css/css-transforms/transform-box/stroke-box-mutation-001.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[stroke-box-mutation-001.html] | ||
expected: FAIL |
2 changes: 2 additions & 0 deletions
2
testing/web-platform/meta/css/css-transforms/transform-box/stroke-box-mutation-002.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[stroke-box-mutation-002.html] | ||
expected: FAIL |
2 changes: 2 additions & 0 deletions
2
testing/web-platform/meta/css/css-transforms/transform-box/stroke-box-mutation-003.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[stroke-box-mutation-003.html] | ||
expected: FAIL |
2 changes: 2 additions & 0 deletions
2
testing/web-platform/meta/css/css-transforms/transform-box/stroke-box-mutation-004.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[stroke-box-mutation-004.html] | ||
expected: FAIL |
2 changes: 2 additions & 0 deletions
2
testing/web-platform/meta/css/css-transforms/transform-box/svgbox-stroke-box-001.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[svgbox-stroke-box-001.html] | ||
expected: FAIL |
2 changes: 2 additions & 0 deletions
2
testing/web-platform/meta/css/css-transforms/transform-box/svgbox-stroke-box-002.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[svgbox-stroke-box-002.html] | ||
expected: FAIL |
2 changes: 0 additions & 2 deletions
2
testing/web-platform/meta/css/css-transforms/transform-box/svgbox-stroke-box.html.ini
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.