Source code

Revision control

Copy as Markdown

Other Tools

[open-features-negative-screenx-screeny.html]
expected:
if (os == "android") and not debug: [OK, ERROR]
[features "screenx=-204.5" should NOT set "left=204"]
expected:
if (os == "mac") and debug: [PASS, FAIL]
[features "screeny=-204.5" should NOT set "top=204"]
expected:
if (os == "mac") and debug: [PASS, FAIL]
[features "screenx=-0" should NOT set "left=204"]
expected:
if (os == "mac") and debug: [PASS, FAIL]
[features "screenx=-204" should NOT set "left=204"]
expected:
if (os == "mac") and debug: [PASS, FAIL]
[features "screeny=-0" should NOT set "top=204"]
expected:
if (os == "mac") and debug: [PASS, FAIL]