1
0
Fork 0
firefox/testing/web-platform/meta/css/css-pseudo/input-element-pseudo-open.optional.html.ini
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

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]