open-features-non-integer-screenx.html.ini (1492B)
1 [open-features-non-integer-screenx.html] 2 [features "screenx=105.5" should set "screenx=105"] 3 expected: 4 if (os == "linux") and debug and fission: [PASS, FAIL] 5 if os == "android": FAIL 6 7 [features "screenx=105.32" should set "screenx=105"] 8 expected: 9 if (os == "linux") and debug and fission: [PASS, FAIL] 10 if os == "android": FAIL 11 12 [features "screenx=105LLl" should set "screenx=105"] 13 expected: 14 if (os == "linux") and debug and fission: [PASS, FAIL] 15 if os == "android": FAIL 16 17 [features "screenx=105^4" should set "screenx=105"] 18 expected: 19 if (os == "linux") and debug and fission: [PASS, FAIL] 20 if os == "android": FAIL 21 22 [features "screenx=105*3" should set "screenx=105"] 23 expected: 24 if (os == "linux") and debug and fission: [PASS, FAIL] 25 if os == "android": FAIL 26 27 [features "screenx=105/5" should set "screenx=105"] 28 expected: 29 if (os == "linux") and debug and fission: [PASS, FAIL] 30 if os == "android": FAIL 31 32 [features "screenx=105 " should set "screenx=105"] 33 expected: 34 if (os == "linux") and debug and fission: [PASS, FAIL] 35 if os == "android": FAIL 36 37 [features "screenx=105e1" should set "screenx=105"] 38 expected: 39 if (os == "linux") and debug and fission: [PASS, FAIL] 40 if os == "android": FAIL 41 42 [features "screenx=105e-1" should set "screenx=105"] 43 expected: 44 if (os == "linux") and debug and fission: [PASS, FAIL] 45 if os == "android": FAIL