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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user