Source code

Revision control

Copy as Markdown

Other Tools

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