mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-15 12:01:07 +00:00
e25430117a
+ native in moebius: Bug 1317600: https://bugzilla.mozilla.org/show_bug.cgi?id=1317600 A note - not implemented: Bug 1282768: https://bugzilla.mozilla.org/show_bug.cgi?id=1282768 *.css: filter: url("chrome://global/skin/filters.svg#fill");, fill: Bug 1283385: https://bugzilla.mozilla.org/show_bug.cgi?id=1283385 Bug 1323109: https://bugzilla.mozilla.org/show_bug.cgi?id=1323109 Bug 1314544: https://bugzilla.mozilla.org/show_bug.cgi?id=1314544 Bug 1286182: https://bugzilla.mozilla.org/show_bug.cgi?id=1286182 Bug 1325922: https://bugzilla.mozilla.org/show_bug.cgi?id=1325922 A note - not implemented: Bug 1282768: https://bugzilla.mozilla.org/show_bug.cgi?id=1282768 *.css: filter: url("chrome://global/skin/filters.svg#fill");, fill: Bug 1320225: https://bugzilla.mozilla.org/show_bug.cgi?id=1320225 Bug 1341190: https://bugzilla.mozilla.org/show_bug.cgi?id=1341190
25 lines
1.3 KiB
Plaintext
25 lines
1.3 KiB
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
|
|
|
|
# content should not overflow on small width/height
|
|
skip-if(Android) == time-small-width.html time-small-width-ref.html
|
|
skip-if(Android) == time-small-height.html time-small-height-ref.html
|
|
skip-if(Android) == time-small-width-height.html time-small-width-height-ref.html
|
|
|
|
# content (text) should be left aligned
|
|
skip-if(Android) == time-content-left-aligned.html time-content-left-aligned-ref.html
|
|
|
|
# reset button should be right aligned
|
|
skip-if(Android) fails-if(styloVsGecko) == time-reset-button-right-aligned.html time-reset-button-right-aligned-ref.html # bug 1372062
|