open-features-non-integer-innerwidth.html.ini (1729B)
1 [open-features-non-integer-innerwidth.html] 2 [features "innerwidth=405.5" should set "width=405"] 3 expected: 4 if os == "win": PASS 5 if os == "mac": PASS 6 if os == "android": FAIL 7 [PASS, FAIL] 8 9 [features "innerwidth=405.32" should set "width=405"] 10 expected: 11 if os == "win": PASS 12 if os == "mac": PASS 13 if os == "android": FAIL 14 [PASS, FAIL] 15 16 [features "innerwidth=405LLl" should set "width=405"] 17 expected: 18 if os == "win": PASS 19 if os == "mac": PASS 20 if os == "android": FAIL 21 [PASS, FAIL] 22 23 [features "innerwidth=405^4" should set "width=405"] 24 expected: 25 if os == "win": PASS 26 if os == "mac": PASS 27 if os == "android": FAIL 28 [PASS, FAIL] 29 30 [features "innerwidth=405*3" should set "width=405"] 31 expected: 32 if os == "win": PASS 33 if os == "mac": PASS 34 if os == "android": FAIL 35 [PASS, FAIL] 36 37 [features "innerwidth=405/5" should set "width=405"] 38 expected: 39 if os == "win": PASS 40 if os == "mac": PASS 41 if os == "android": FAIL 42 [PASS, FAIL] 43 44 [features "innerwidth=405 " should set "width=405"] 45 expected: 46 if os == "win": PASS 47 if os == "mac": PASS 48 if os == "android": FAIL 49 [PASS, FAIL] 50 51 [features "innerwidth=405e1" should set "width=405"] 52 expected: 53 if os == "win": PASS 54 if os == "mac": PASS 55 if os == "android": FAIL 56 [PASS, FAIL] 57 58 [features "innerwidth=405e-1" should set "width=405"] 59 expected: 60 if os == "win": PASS 61 if os == "mac": PASS 62 if os == "android": FAIL 63 [PASS, FAIL] 64 65 [features "innerwidth=/404" should NOT set "width=404"] 66 expected: 67 if asan and not fission: [PASS, FAIL]