35 lines
958 B
INI
35 lines
958 B
INI
[input-element-pseudo-open.optional.html]
|
|
expected:
|
|
if os == "mac": [TIMEOUT, OK]
|
|
[CSS :open for <input type=date>]
|
|
expected:
|
|
if (os == "linux") and not fission and debug: [FAIL, PASS]
|
|
if (os == "linux") and not fission and not debug: [FAIL, PASS]
|
|
if os == "android": PASS
|
|
FAIL
|
|
|
|
[CSS :open for <input type=datetime-local>]
|
|
expected:
|
|
if os == "android": PASS
|
|
FAIL
|
|
|
|
[CSS :open for <input type=week>]
|
|
expected: FAIL
|
|
|
|
[CSS :open for <input type=month>]
|
|
expected: FAIL
|
|
|
|
[CSS :open for <input type=time>]
|
|
expected:
|
|
if os == "android": PASS
|
|
FAIL
|
|
|
|
[CSS :open for <input type=text list=datalist>]
|
|
expected:
|
|
if os == "mac": [NOTRUN, PASS, TIMEOUT]
|
|
|
|
[CSS :open for <input type=color>]
|
|
expected:
|
|
if (os == "linux") and not fission and debug: [PASS, FAIL]
|
|
if (os == "linux") and not fission and not debug: [PASS, FAIL]
|
|
if os == "mac": [TIMEOUT, PASS]
|