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:
Moonchild 2020-12-31 22:46:09 +00:00 committed by roytam1
commit 89823dc87b
397 changed files with 511 additions and 18100 deletions

View file

@ -1,11 +1,9 @@
default-preferences pref(dom.forms.number,true)
# sanity checks:
# not valid on Android where type=number looks like type=text
skip-if(Android) != not-other-type-unthemed-1.html not-other-type-unthemed-1a-notref.html
skip-if(Android) != not-other-type-unthemed-1.html not-other-type-unthemed-1b-notref.html
# only valid on Android where type=number looks the same as type=text
skip-if(!Android) == number-same-as-text-unthemed.html number-same-as-text-unthemed-ref.html
!= not-other-type-unthemed-1.html not-other-type-unthemed-1a-notref.html
!= not-other-type-unthemed-1.html not-other-type-unthemed-1b-notref.html
!= number-same-as-text-unthemed.html number-same-as-text-unthemed-ref.html
# should look the same as type=text, except for the spin box
== number-similar-to-text-unthemed.html number-similar-to-text-unthemed-ref.html
@ -27,10 +25,10 @@ fuzzy-if(skiaContent,2,13) == show-value.html show-value-ref.html
== number-auto-width-1.html number-auto-width-1-ref.html
# min-height/max-height tests:
skip-if(Android) == number-min-height-1.html number-min-height-1-ref.html
skip-if(Android) == number-min-height-2.html number-min-height-2-ref.html
skip-if(Android) == number-max-height-1.html number-max-height-1-ref.html
skip-if(Android) == number-max-height-2.html number-max-height-2-ref.html
== number-min-height-1.html number-min-height-1-ref.html
== number-min-height-2.html number-min-height-2-ref.html
== number-max-height-1.html number-max-height-1-ref.html
== number-max-height-2.html number-max-height-2-ref.html
# number of significant fractional digits:
== number-significant-fractional-digits.html number-significant-fractional-digits-ref.html