diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:34:50 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:34:50 +0000 |
commit | def92d1b8e9d373e2f6f27c366d578d97d8960c6 (patch) | |
tree | 2ef34b9ad8bb9a9220e05d60352558b15f513894 /testing/web-platform/meta/infrastructure | |
parent | Adding debian version 125.0.3-1. (diff) | |
download | firefox-def92d1b8e9d373e2f6f27c366d578d97d8960c6.tar.xz firefox-def92d1b8e9d373e2f6f27c366d578d97d8960c6.zip |
Merging upstream version 126.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/infrastructure')
3 files changed, 9 insertions, 4 deletions
diff --git a/testing/web-platform/meta/infrastructure/assumptions/cookie.html.ini b/testing/web-platform/meta/infrastructure/assumptions/cookie.html.ini new file mode 100644 index 0000000000..164445ab0e --- /dev/null +++ b/testing/web-platform/meta/infrastructure/assumptions/cookie.html.ini @@ -0,0 +1,3 @@ +[cookie.html] + expected: + if (os == "android") and not debug: [OK, CRASH] diff --git a/testing/web-platform/meta/infrastructure/testdriver/click_iframe_crossorigin.sub.html.ini b/testing/web-platform/meta/infrastructure/testdriver/click_iframe_crossorigin.sub.html.ini index 31aafbc863..294b0ddecd 100644 --- a/testing/web-platform/meta/infrastructure/testdriver/click_iframe_crossorigin.sub.html.ini +++ b/testing/web-platform/meta/infrastructure/testdriver/click_iframe_crossorigin.sub.html.ini @@ -1,7 +1,5 @@ [click_iframe_crossorigin.sub.html] - expected: - if (os == "android") and fission: [OK, TIMEOUT] [TestDriver click on a document in an iframe] expected: - if (os == "linux") and debug and fission and not swgl: [PASS, FAIL] - if (os == "linux") and debug and fission and swgl: [PASS, FAIL] + if (os == "linux") and debug and fission: [PASS, FAIL] + if (os == "mac") and not debug: [PASS, FAIL] diff --git a/testing/web-platform/meta/infrastructure/testdriver/minimize_restore_popup.html.ini b/testing/web-platform/meta/infrastructure/testdriver/minimize_restore_popup.html.ini new file mode 100644 index 0000000000..d1eebe1ab6 --- /dev/null +++ b/testing/web-platform/meta/infrastructure/testdriver/minimize_restore_popup.html.ini @@ -0,0 +1,4 @@ +[minimize_restore_popup.html] + expected: TIMEOUT + [minimize and restore on popup] + expected: TIMEOUT |