Source code

Revision control

Copy as Markdown

Other Tools

[open-features-negative-innerwidth-innerheight.html]
[features "innerwidth=-404e1" should NOT set "width=404"]
expected:
if (os == "linux") and not debug and fission and asan: [PASS, FAIL]
if (os == "linux") and debug and not fission: [PASS, FAIL]
[features "innerwidth=-404.5" should NOT set "width=404"]
expected:
if (os == "linux") and fission and asan: [PASS, FAIL]
if (os == "linux") and not fission and debug: [PASS, FAIL]
if (os == "linux") and not fission and not debug: [PASS, FAIL]
[features "innerwidth=-404" should NOT set "width=404"]
expected:
if (os == "linux") and not debug and fission and asan: [PASS, FAIL]
if (os == "linux") and debug and not fission: [PASS, FAIL]
[features "innerheight=-404.5" should NOT set "height=404"]
expected:
if asan and fission: [PASS, FAIL]
[features "innerheight=-404" should NOT set "height=404"]
expected:
if asan and fission: [PASS, FAIL]
[features "innerheight=-404e1" should NOT set "height=404"]
expected:
if asan and fission: [PASS, FAIL]