Source code
Revision control
Copy as Markdown
Other Tools
[open-features-non-integer-width.html]
[features "width=405.5" should set "width=405"]
expected:
if (os == "linux") and not debug and not asan: [PASS, FAIL]
if os == "android": FAIL
[features "width=405.32" should set "width=405"]
expected:
if (os == "linux") and not debug and not asan: [PASS, FAIL]
if os == "android": FAIL
[features "width=405LLl" should set "width=405"]
expected:
if (os == "linux") and not debug and not asan: [PASS, FAIL]
if os == "android": FAIL
[features "width=405^4" should set "width=405"]
expected:
if (os == "linux") and not debug and not asan: [PASS, FAIL]
if os == "android": FAIL
[features "width=405*3" should set "width=405"]
expected:
if (os == "linux") and not debug and not asan: [PASS, FAIL]
if os == "android": FAIL
[features "width=405/5" should set "width=405"]
expected:
if (os == "linux") and not debug and not asan: [PASS, FAIL]
if os == "android": FAIL
[features "width=405 " should set "width=405"]
expected:
if (os == "linux") and not debug and not asan: [PASS, FAIL]
if os == "android": FAIL
[features "width=405e1" should set "width=405"]
expected:
if (os == "linux") and not debug and not asan: [PASS, FAIL]
if os == "android": FAIL
[features "width=405e-1" should set "width=405"]
expected:
if (os == "linux") and not debug and not asan: [PASS, FAIL]
if os == "android": FAIL
[features "width=/404" should NOT set "width=404"]
expected:
if (os == "linux") and fission and not debug and not asan: [PASS, FAIL]
if (os == "linux") and not fission: [PASS, FAIL]
[top=0,left=0: absence of feature "width" should be treated same as "width=0"]
expected:
if (os == "linux") and not debug and not asan: [PASS, FAIL]
[features "width=_404" should NOT set "width=404"]
expected:
if (os == "linux") and not debug and not asan: [PASS, FAIL]
[features "width=L404" should NOT set "width=404"]
expected:
if (os == "linux") and not debug and not asan: [PASS, FAIL]