tor-browser

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

reftest.list (2489B)


      1 # Tests for grid and flex sizing in buttons
      2 == button-display-flex-fullsize-1.html button-display-flex-fullsize-1-ref.html
      3 == button-display-grid-fullsize-1.html button-display-grid-fullsize-1-ref.html
      4 
      5 == first-letter-1.html first-letter-1-ref.html
      6 != first-letter-1.html first-letter-1-noref.html
      7 
      8 == max-height.html max-height-ref.html
      9 == min-height.html min-height-ref.html
     10 
     11 # Android is off ever-so-slightly on the points where the text
     12 # runs into the border on this text, so a little fuzz is needed.
     13 fuzzy-if(Android,0-1,0-16) == overflow-areas-1.html overflow-areas-1-ref.html
     14 
     15 # The buttons in these tests have some fancy shading applied to their corners
     16 # on Android, despite their "-moz-appearance: none; background: gray", so they
     17 # don't quite match the reference case's normal <div>. That's why they're fuzzy.
     18 fuzzy-if(Android,0-125,0-20) == percent-height-child.html percent-height-child-ref.html
     19 fuzzy-if(Android,0-125,0-20) == percent-width-child.html  percent-width-child-ref.html
     20 
     21 == vertical-centering.html vertical-centering-ref.html
     22 
     23 != line-height-button-0.5.html line-height-button-1.0.html
     24 != line-height-button-1.5.html line-height-button-1.0.html
     25 != line-height-input-0.5.html line-height-input-1.0.html
     26 != line-height-input-1.5.html line-height-input-1.0.html
     27 
     28 # Looks like Android changes the text color, but to something slightly
     29 # different from ColorGray
     30 == disabled-1.html disabled-1-ref.html
     31 == disabled-2.html disabled-2-ref.html
     32 
     33 != disabled-3.html disabled-3-notref.html
     34 != disabled-4.html disabled-4-notref.html
     35 != disabled-5.html disabled-5-notref.html
     36 != disabled-6.html disabled-6-notref.html
     37 
     38 != author-padding.html author-padding-notref.html
     39 
     40 == width-auto-size-em-ltr.html width-auto-size-em-ltr-ref.html
     41 == width-auto-size-ltr.html width-auto-size-ltr-ref.html
     42 == width-exact-fit-ltr.html width-auto-size-ltr-ref.html
     43 == width-auto-size-em-rtl.html width-auto-size-em-rtl-ref.html
     44 == width-auto-size-rtl.html width-auto-size-rtl-ref.html
     45 == width-exact-fit-rtl.html width-auto-size-rtl-ref.html
     46 == display-grid-flex-columnset.html display-grid-flex-columnset-ref.html
     47 == button-empty-columns.html button-empty-columns-ref.html
     48 == 1317351.html 1317351-ref.html
     49 
     50 == dynamic-text-indent.html dynamic-text-indent-ref.html
     51 
     52 fuzzy(0-5,0-1) == 1349646.html 1349646-ref.html
     53 
     54 == appearance-revert.html appearance-revert-ref.html
     55 
     56 needs-focus == focus-non-themed.html focus-non-themed-ref.html
     57 
     58 == button-visibility-1.html button-visibility-1-ref.html
     59