Source code

Revision control

Copy as Markdown

Other Tools

[open-features-non-integer-height.html]
expected:
if (os == "android") and not debug: [OK, ERROR]
[features "height=405.5" should set "height=405"]
expected:
if os == "android": FAIL
[PASS, FAIL]
[features "height=405.32" should set "height=405"]
expected:
if os == "android": FAIL
[PASS, FAIL]
[features "height=405LLl" should set "height=405"]
expected:
if os == "android": FAIL
[PASS, FAIL]
[features "height=405^4" should set "height=405"]
expected:
if os == "android": FAIL
[PASS, FAIL]
[features "height=405*3" should set "height=405"]
expected:
if os == "android": FAIL
[PASS, FAIL]
[features "height=405/5" should set "height=405"]
expected:
if os == "android": FAIL
[PASS, FAIL]
[features "height=405 " should set "height=405"]
expected:
if os == "android": FAIL
[PASS, FAIL]
[features "height=405e1" should set "height=405"]
expected:
if os == "android": FAIL
[PASS, FAIL]
[features "height=405e-1" should set "height=405"]
expected:
if os == "android": FAIL
[PASS, FAIL]
[features "height=/404" should NOT set "height=404"]
expected:
if (os == "linux") and asan and not fission: [PASS, FAIL]
if (os == "linux") and not asan: [PASS, FAIL]
[top=0,left=0: absence of feature "height" should be treated same as "height=0"]
expected:
if (os == "linux") and not debug and fission and asan: [PASS, FAIL]
if (os == "linux") and not debug and fission and not asan: [PASS, FAIL]
if (os == "linux") and debug and fission: [PASS, FAIL]