mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-10 02:18:57 +00:00
51 lines
2.2 KiB
Plaintext
51 lines
2.2 KiB
Plaintext
default-preferences pref(dom.forms.number,true)
|
|
|
|
# sanity checks:
|
|
# not valid on Android/B2G where type=number looks like type=text
|
|
skip-if(Android||B2G) != not-other-type-unthemed-1.html not-other-type-unthemed-1a-notref.html
|
|
skip-if(Android||B2G) != not-other-type-unthemed-1.html not-other-type-unthemed-1b-notref.html
|
|
# only valid on Android/B2G where type=number looks the same as type=text
|
|
skip-if(!Android&&!B2G) == 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
|
|
|
|
# dynamic type changes:
|
|
fuzzy-if(/^Windows\x20NT\x205\.1/.test(http.oscpu),64,4) fuzzy-if(cocoaWidget,63,4) == to-number-from-other-type-unthemed-1.html to-number-from-other-type-unthemed-1-ref.html
|
|
== from-number-to-other-type-unthemed-1.html from-number-to-other-type-unthemed-1-ref.html
|
|
|
|
# dynamic value changes:
|
|
== show-value.html show-value-ref.html
|
|
|
|
# disabled
|
|
== number-disabled.html number-disabled-ref.html
|
|
|
|
# auto width:
|
|
== number-auto-width-1.html number-auto-width-1-ref.html
|
|
|
|
# min-height/max-height tests:
|
|
skip-if(B2G||Android) == number-min-height-1.html number-min-height-1-ref.html
|
|
skip-if(B2G||Android) == number-min-height-2.html number-min-height-2-ref.html
|
|
skip-if(B2G||Android) == number-max-height-1.html number-max-height-1-ref.html
|
|
skip-if(B2G||Android) == 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
|
|
|
|
# focus
|
|
# autofocus is disabled on B2G
|
|
# https://bugzilla.mozilla.org/show_bug.cgi?id=965763
|
|
skip-if(B2G) needs-focus == focus-handling.html focus-handling-ref.html
|
|
|
|
# select
|
|
== number-selected.html number-selected-ref.html
|
|
|
|
# pseudo-elements not usable from content:
|
|
== number-pseudo-elements.html number-pseudo-elements-ref.html
|
|
|
|
# check that if the anonymous text control is reframed, we reframe the whole
|
|
# number control (the fuzzy is for the top-right and bottom-left of the border
|
|
# bevel which gets slightly different antialiasing after invalidation):
|
|
fuzzy(128,4) == number-reframe-anon-text-field.html number-reframe-anon-text-field-ref.html
|
|
|