input-element-pseudo-open.optional.html.ini (928B)
1 [input-element-pseudo-open.optional.html] 2 expected: 3 if os == "mac": [OK, TIMEOUT] 4 [CSS :open for <input type=date>] 5 expected: 6 if (os == "linux") and not fission and debug: [FAIL, PASS] 7 if (os == "linux") and not fission and not debug: [PASS, FAIL] 8 if os == "android": PASS 9 FAIL 10 11 [CSS :open for <input type=datetime-local>] 12 expected: 13 if (os == "linux") and not fission and not debug: [PASS, FAIL] 14 if os == "android": PASS 15 FAIL 16 17 [CSS :open for <input type=week>] 18 expected: FAIL 19 20 [CSS :open for <input type=month>] 21 expected: FAIL 22 23 [CSS :open for <input type=time>] 24 expected: 25 if os == "android": PASS 26 FAIL 27 28 [CSS :open for <input type=text list=datalist>] 29 expected: 30 if os == "mac": [PASS, TIMEOUT, NOTRUN] 31 32 [CSS :open for <input type=color>] 33 expected: 34 if os == "android": PASS 35 if release_or_beta: PASS 36 FAIL