mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-30 00:08:34 +00:00
14 lines
796 B
Plaintext
14 lines
796 B
Plaintext
default-preferences pref(dom.forms.datetime,true)
|
|
|
|
# not valid on Android/B2G where type=time looks like type=text
|
|
skip-if(Android||B2G||Mulet) != time-simple-unthemed.html time-simple-unthemed-ref.html
|
|
skip-if(Android||B2G||Mulet) != time-large-font.html time-basic.html
|
|
skip-if(Android||B2G||Mulet) != time-width-height.html time-basic.html
|
|
skip-if(Android||B2G||Mulet) != time-border.html time-basic.html
|
|
# only valid on Android/B2G where type=number looks the same as type=text
|
|
skip-if(!Android&&!B2G&&!Mulet) == time-simple-unthemed.html time-simple-unthemed-ref.html
|
|
|
|
# type change
|
|
skip-if(Android||B2G||Mulet) == to-time-from-other-type-unthemed.html time-simple-unthemed.html
|
|
skip-if(Android||B2G||Mulet) == from-time-to-other-type-unthemed.html from-time-to-other-type-unthemed-ref.html
|