tor-browser

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

reftest.list (2308B)


      1 == values.html values-ref.html
      2 == values-rtl.html values-rtl-ref.html
      3 == margin-padding.html margin-padding-ref.html
      4 == margin-padding-rtl.html margin-padding-rtl-ref.html
      5 == bar-pseudo-element.html bar-pseudo-element-ref.html
      6 == bar-pseudo-element-rtl.html bar-pseudo-element-rtl-ref.html
      7 == indeterminate-style-width.html indeterminate-style-width-ref.html
      8 
      9 # vertical tests
     10 == values-vertical.html values-vertical-ref.html
     11 == values-vertical-rtl.html values-vertical-rtl-ref.html
     12 == margin-padding-vertical.html margin-padding-vertical-ref.html
     13 == margin-padding-vertical-rtl.html margin-padding-vertical-rtl-ref.html
     14 == bar-pseudo-element-vertical.html bar-pseudo-element-vertical-ref.html
     15 == bar-pseudo-element-vertical-rtl.html bar-pseudo-element-vertical-rtl-ref.html
     16 == indeterminate-style-height.html indeterminate-style-height-ref.html
     17 
     18 # The following test is disabled but kept in the repository because the
     19 # transformations will not behave exactly the same for <progress> and two divs.
     20 # However, it would be possible to manually check those.
     21 # == transformations.html transformations-ref.html
     22 
     23 # Tests for bugs:
     24 == block-invalidate.html block-invalidate-ref.html
     25 == in-cells.html in-cells-ref.html
     26 == max-height.html max-height-ref.html
     27 
     28 # Tests for block and inline orientation in combination with writing-mode
     29 != progress-orient-horizontal.html progress-orient-vertical.html
     30 fails != progress-orient-vertical.html progress-orient-vertical-rtl.html # only OS X currently has direction-dependent rendering here
     31 == progress-orient-block.html progress-orient-vertical.html
     32 == progress-orient-inline.html progress-orient-horizontal.html
     33 == progress-vlr.html progress-orient-vertical.html
     34 == progress-vlr-orient-block.html progress-orient-horizontal.html
     35 == progress-vlr-orient-inline.html progress-orient-vertical.html
     36 == progress-vlr-orient-horizontal.html progress-orient-horizontal.html
     37 == progress-vlr-orient-vertical.html progress-orient-vertical.html
     38 == progress-vrl.html progress-orient-vertical-rtl.html
     39 == progress-vrl-orient-block.html progress-orient-horizontal-rtl.html
     40 == progress-vrl-orient-inline.html progress-orient-vertical-rtl.html
     41 == progress-vrl-orient-horizontal.html progress-orient-horizontal-rtl.html
     42 == progress-vrl-orient-vertical.html progress-orient-vertical-rtl.html