mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 16:58:38 +09:00
Issue #1053 - Part 2b: Remove android from /layout reftests
Also cleans up some other obsolete checks and stylo reftest lists.
This commit is contained in:
parent
787b0a52a3
commit
89823dc87b
397 changed files with 511 additions and 18100 deletions
|
|
@ -1,24 +1,21 @@
|
|||
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
|
||||
!= time-simple-unthemed.html time-simple-unthemed-ref.html
|
||||
!= time-large-font.html time-basic.html
|
||||
!= time-width-height.html time-basic.html
|
||||
!= time-border.html time-basic.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
|
||||
== to-time-from-other-type-unthemed.html time-simple-unthemed.html
|
||||
== 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
|
||||
== time-small-width.html time-small-width-ref.html
|
||||
== time-small-height.html time-small-height-ref.html
|
||||
== 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
|
||||
== 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
|
||||
fails-if(styloVsGecko) == time-reset-button-right-aligned.html time-reset-button-right-aligned-ref.html # bug 1372062
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue