summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/input/number/reftest.list
blob: 0a50ef811382f55f245af40d696f6f0b9ea61bc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# sanity checks:
!= 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

# 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
== number-similar-to-text-unthemed-rtl.html number-similar-to-text-unthemed-rtl-ref.html
== number-similar-to-text-unthemed-vertical-lr.html number-similar-to-text-unthemed-vertical-lr-ref.html
== number-similar-to-text-unthemed-vertical-rl.html number-similar-to-text-unthemed-vertical-rl-ref.html

# dynamic type changes:
fuzzy(0-2,0-5) == to-number-from-other-type-unthemed-1.html to-number-from-other-type-unthemed-1-ref.html
fuzzy(0-2,0-5) == from-number-to-other-type-unthemed-1.html from-number-to-other-type-unthemed-1-ref.html

# dynamic value changes:
fuzzy(0-2,0-13) == show-value.html show-value-ref.html

# disabled
== number-disabled.html number-disabled-ref.html
!= number-spinbox-disabled.html number-spinbox-disabled-notref.html

# auto width:
== number-auto-width-1.html number-auto-width-1-ref.html
== flex.html flex-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 of significant fractional digits:
fuzzy(0-1,0-1) == number-significant-fractional-digits.html number-significant-fractional-digits-ref.html

# focus
fuzzy(0-2,0-5) needs-focus == focus-handling.html focus-handling-ref.html # Win: Antialiasing underinvalidation, looks like.
== spinner-overflow.html spinner-overflow-ref.html
== spinner-overflow-vertical.html spinner-overflow-vertical-ref.html

# select
fuzzy(0-1,0-1) == number-selected.html number-selected-ref.html

# pseudo-elements not usable from content:
== number-pseudo-elements.html number-pseudo-elements-ref.html

== number-placeholder.html number-placeholder-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(0-128,0-4) == number-reframe-anon-text-field.html number-reframe-anon-text-field-ref.html

== pseudo-classes.html about:blank

# Style inheritance:
== number-style-inheritance.html number-style-inheritance-ref.html

# l10n
!= number-localized.html number-localized-notref.html
== number-localized-dynamic.html number-localized.html
== number-localized-dynamic-asnumber.html number-localized.html

== padding-001.html padding-001-ref.html
!= padding-001.html padding-001-notref.html
== padding-002.html padding-002-ref.html

== appearance-textfield.html text.html
== appearance-textfield-dynamic.html appearance-textfield.html

fuzzy(0-14,0-4) == clipped-text.html clipped-text-ref.html

fails-if(useDrawSnapshot) needs-focus != caret-right.html caret-right-notref.html
fails-if(useDrawSnapshot) needs-focus != caret-left-rtl.html caret-left-rtl-notref.html
fails-if(useDrawSnapshot) needs-focus != caret-right-vertical.html caret-right-vertical-notref.html