open-features-negative-innerwidth-innerheight.html.ini (1096B)
1 [open-features-negative-innerwidth-innerheight.html] 2 [features "innerwidth=-404e1" should NOT set "width=404"] 3 expected: 4 if (os == "linux") and not debug and fission and asan: [PASS, FAIL] 5 if (os == "linux") and debug and not fission: [PASS, FAIL] 6 7 [features "innerwidth=-404.5" should NOT set "width=404"] 8 expected: 9 if (os == "linux") and fission and asan: [PASS, FAIL] 10 if (os == "linux") and not fission and debug: [PASS, FAIL] 11 if (os == "linux") and not fission and not debug: [PASS, FAIL] 12 13 [features "innerwidth=-404" should NOT set "width=404"] 14 expected: 15 if (os == "linux") and not debug and fission and asan: [PASS, FAIL] 16 if (os == "linux") and debug and not fission: [PASS, FAIL] 17 18 [features "innerheight=-404.5" should NOT set "height=404"] 19 expected: 20 if asan and fission: [PASS, FAIL] 21 22 [features "innerheight=-404" should NOT set "height=404"] 23 expected: 24 if asan and fission: [PASS, FAIL] 25 26 [features "innerheight=-404e1" should NOT set "height=404"] 27 expected: 28 if asan and fission: [PASS, FAIL]