tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

reftest.list (3348B)


      1 # sanity checks:
      2 fails-if(Android) != not-other-type-unthemed-1.html not-other-type-unthemed-1a-notref.html
      3 != not-other-type-unthemed-1.html not-other-type-unthemed-1b-notref.html
      4 
      5 # should look the same as type=text, except for the spin box
      6 == number-similar-to-text-unthemed.html number-similar-to-text-unthemed-ref.html
      7 == number-similar-to-text-unthemed-rtl.html number-similar-to-text-unthemed-rtl-ref.html
      8 == number-similar-to-text-unthemed-vertical-lr.html number-similar-to-text-unthemed-vertical-lr-ref.html
      9 == number-similar-to-text-unthemed-vertical-rl.html number-similar-to-text-unthemed-vertical-rl-ref.html
     10 
     11 # dynamic type changes:
     12 fuzzy(0-2,0-5) == to-number-from-other-type-unthemed-1.html to-number-from-other-type-unthemed-1-ref.html
     13 fuzzy(0-2,0-5) == from-number-to-other-type-unthemed-1.html from-number-to-other-type-unthemed-1-ref.html
     14 
     15 # dynamic value changes:
     16 fuzzy(0-2,0-13) == show-value.html show-value-ref.html
     17 
     18 # disabled
     19 == number-disabled.html number-disabled-ref.html
     20 fails-if(Android) != number-spinbox-disabled.html number-spinbox-disabled-notref.html
     21 
     22 # auto width:
     23 == number-auto-width-1.html number-auto-width-1-ref.html
     24 == flex.html flex-ref.html
     25 
     26 # min-height/max-height tests:
     27 skip-if(Android) == number-min-height-1.html number-min-height-1-ref.html
     28 skip-if(Android) == number-min-height-2.html number-min-height-2-ref.html
     29 skip-if(Android) == number-max-height-1.html number-max-height-1-ref.html
     30 skip-if(Android) == number-max-height-2.html number-max-height-2-ref.html
     31 
     32 # number of significant fractional digits:
     33 fuzzy(0-1,0-1) == number-significant-fractional-digits.html number-significant-fractional-digits-ref.html
     34 
     35 # focus
     36 fuzzy(0-2,0-5) needs-focus == focus-handling.html focus-handling-ref.html # Win: Antialiasing underinvalidation, looks like.
     37 == spinner-overflow.html spinner-overflow-ref.html
     38 == spinner-overflow-vertical.html spinner-overflow-vertical-ref.html
     39 
     40 # select
     41 fuzzy(0-1,0-1) == number-selected.html number-selected-ref.html
     42 
     43 # pseudo-elements not usable from content:
     44 == number-pseudo-elements.html number-pseudo-elements-ref.html
     45 
     46 == number-placeholder.html number-placeholder-ref.html
     47 
     48 # check that if the anonymous text control is reframed, we reframe the whole
     49 # number control (the fuzzy is for the top-right and bottom-left of the border
     50 # bevel which gets slightly different antialiasing after invalidation):
     51 fuzzy(0-128,0-4) == number-reframe-anon-text-field.html number-reframe-anon-text-field-ref.html
     52 
     53 == pseudo-classes.html about:blank
     54 
     55 # Style inheritance:
     56 == number-style-inheritance.html number-style-inheritance-ref.html
     57 
     58 # l10n
     59 != number-localized.html number-localized-notref.html
     60 == number-localized-dynamic.html number-localized.html
     61 == number-localized-dynamic-asnumber.html number-localized.html
     62 
     63 == padding-001.html padding-001-ref.html
     64 != padding-001.html padding-001-notref.html
     65 == padding-002.html padding-002-ref.html
     66 
     67 == appearance-textfield.html text.html
     68 == appearance-textfield-dynamic.html appearance-textfield.html
     69 
     70 fuzzy(0-14,0-4) == clipped-text.html clipped-text-ref.html
     71 
     72 fails-if(useDrawSnapshot) needs-focus != caret-right.html caret-right-notref.html
     73 fails-if(useDrawSnapshot) needs-focus != caret-left-rtl.html caret-left-rtl-notref.html
     74 fails-if(useDrawSnapshot) needs-focus != caret-right-vertical.html caret-right-vertical-notref.html