[open-features-non-integer-top.html] expected: if (processor == "x86") and (os == "linux"): [OK, ERROR] [features "top=105.5" should set "top=105"] expected: if os == "android": FAIL [features "top=105.32" should set "top=105"] expected: if os == "android": FAIL [features "top=105LLl" should set "top=105"] expected: if os == "android": FAIL [features "top=105^4" should set "top=105"] expected: if os == "android": FAIL [features "top=105*3" should set "top=105"] expected: if os == "android": FAIL [features "top=105/5" should set "top=105"] expected: if os == "android": FAIL [features "top=105 " should set "top=105"] expected: if os == "android": FAIL [features "top=105e1" should set "top=105"] expected: if os == "android": FAIL [features "top=105e-1" should set "top=105"] expected: if os == "android": FAIL [features "top=L104" should NOT set "top=104"] expected: if (os == "mac") and debug and (version == "OS X 14.7"): [PASS, FAIL] if (os == "linux") and not fission and not debug: [PASS, FAIL] [features "top=_104" should NOT set "top=104"] expected: if (os == "mac") and debug and (version == "OS X 14.7"): [PASS, FAIL]