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
This commit is contained in:
Alexandra Borovova
2025-04-02 14:19:22 +00:00
parent 16becf4f17
commit fdff94954d

View File

@@ -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]