From fdff94954d97b949a587d027e7e24463be7c60a8 Mon Sep 17 00:00:00 2001 From: Alexandra Borovova Date: Wed, 2 Apr 2025 14:19:22 +0000 Subject: [PATCH] Bug 1957159 - Update test expectations for html/browsers/the-window-object/open-close/open-features-negative-screenx-screeny.html. Differential Revision: https://phabricator.services.mozilla.com/D244163 --- ...pen-features-negative-screenx-screeny.html.ini | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/testing/web-platform/meta/html/browsers/the-window-object/open-close/open-features-negative-screenx-screeny.html.ini b/testing/web-platform/meta/html/browsers/the-window-object/open-close/open-features-negative-screenx-screeny.html.ini index b650609d27f7..d20d0bae28ed 100644 --- a/testing/web-platform/meta/html/browsers/the-window-object/open-close/open-features-negative-screenx-screeny.html.ini +++ b/testing/web-platform/meta/html/browsers/the-window-object/open-close/open-features-negative-screenx-screeny.html.ini @@ -3,25 +3,20 @@ if (os == "android") and not debug: [OK, ERROR] [features "screenx=-204.5" should NOT set "left=204"] expected: - if (os == "mac") and debug and (version == "OS X 14.7.1"): FAIL - if (os == "mac") and debug and (version == "OS X 14.7"): [PASS, FAIL] + if (os == "mac") and debug: [PASS, FAIL] [features "screeny=-204.5" should NOT set "top=204"] expected: - if (os == "mac") and debug and (version == "OS X 14.7.1"): FAIL - if (os == "mac") and debug and (version == "OS X 14.7"): [PASS, FAIL] + if (os == "mac") and debug: [PASS, FAIL] [features "screenx=-0" should NOT set "left=204"] expected: - if (os == "mac") and debug and (version == "OS X 14.7.1"): FAIL - if (os == "mac") and debug and (version == "OS X 14.7"): [PASS, FAIL] + if (os == "mac") and debug: [PASS, FAIL] [features "screenx=-204" should NOT set "left=204"] expected: - if (os == "mac") and debug and (version == "OS X 14.7.1"): FAIL - if (os == "mac") and debug and (version == "OS X 14.7"): [PASS, FAIL] + if (os == "mac") and debug: [PASS, FAIL] [features "screeny=-0" should NOT set "top=204"] expected: - if (os == "mac") and debug and (version == "OS X 14.7.1"): FAIL - if (os == "mac") and debug and (version == "OS X 14.7"): [PASS, FAIL] + if (os == "mac") and debug: [PASS, FAIL]