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]