tor-browser

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

reftest.list (5341B)


      1 # really basic tests that square, circular, and elliptical border and
      2 # outline radius are not the same thing
      3 != border-square.html about:blank
      4 != border-circle.html about:blank
      5 != border-ellips.html about:blank
      6 != border-square.html border-circle.html
      7 != border-square.html border-ellips.html
      8 != border-circle.html border-ellips.html
      9 
     10 != outline-square.html about:blank
     11 != outline-circle.html about:blank
     12 != outline-ellips.html about:blank
     13 != outline-square.html outline-circle.html
     14 != outline-square.html outline-ellips.html
     15 != outline-circle.html outline-ellips.html
     16 == border-value-interpret.html border-value-interpret-ref.html
     17 != curved-borders-all-styles.html about:blank # no way to generate reference for dotted/dashed/inset/outset
     18 # ridge/groove borders
     19 
     20 # percent units
     21 == percent-1.html percent-1-ref.html
     22 fuzzy(0-1,0-342) == percent-2.html percent-2-ref.html
     23 fuzzy(0-1,0-343) == percent-3.html percent-3-ref.html
     24 
     25 # more serious tests, using SVG reference
     26 fuzzy(17-30,58-70) == border-circle-2.html border-circle-2-ref.xhtml
     27 fuzzy(61-63,248-1013) == curved-stripe-border.html curved-stripe-border-ref.svg # bug 459945
     28 
     29 # Corners
     30 fuzzy(17-30,47-58) == corner-1.html corner-1-ref.svg # bottom corners different radius than top corners
     31 fuzzy(18-30,49-57) == corner-2.html corner-2-ref.svg # right corners different radius than left corners; see bug 500804
     32 fuzzy(18-23,90-105) == corner-3.html corner-3-ref.svg
     33 fuzzy(12-13,83-108) == corner-4.html corner-4-ref.svg
     34 
     35 # Test that radii too long are reduced
     36 == border-reduce-height.html border-reduce-height-ref.html
     37 
     38 # Tests for border clipping
     39 fails == clipping-1.html clipping-1-ref.html # background color should completely fill box; bug 466572
     40 != clipping-2.html about:blank # background color clipped to inner/outer border, can't get
     41 # great tests for this due to antialiasing problems described in bug 466572
     42 fuzzy(17-30,58-111) == clipping-3.html clipping-3-ref.xhtml # edge of border-radius clips an underlying object's background
     43 
     44 # Tests for clipping the contents of replaced elements and overflow!=visible
     45 != clipping-4-ref.html clipping-4-notref.html
     46 skip-if(Android&&emulator) fuzzy(0-8,0-20) fuzzy-if(useDrawSnapshot,1-1,172-172) == clipping-4-canvas.html clipping-4-ref.html # bug 732535
     47 fuzzy(0-1,0-172) == clipping-4-image.html clipping-4-ref.html
     48 fuzzy(0-1,0-77) == clipping-4-overflow-hidden.html clipping-4-ref.html
     49 skip-if(Android&&emulator) == clipping-5-canvas.html clipping-5-refc.html
     50 fuzzy-if(winWidget,0-1,0-5) == clipping-5-image.html clipping-5-refi.html
     51 fuzzy(0-1,0-77) == clipping-5-overflow-hidden.html clipping-5-ref.html
     52 fuzzy(0-1,0-97) == clipping-5-refi.html clipping-5-ref.html
     53 skip-if(Android&&emulator) fuzzy(0-1,0-77) fuzzy-if(useDrawSnapshot,1-1,97-97) fuzzy-if(winWidget,0-255,0-113) == clipping-5-refc.html clipping-5-ref.html # bug 732535
     54 fuzzy(0-21,0-76) fuzzy-if(winWidget,0-144,0-335) == clipping-6.html clipping-6-ref.html # PaintedLayer and MaskLayer with transforms that aren't identical
     55 fuzzy(0-28,0-97) == clipping-7.html clipping-7-ref.html # ColorLayer and MaskLayer with transforms that aren't identical. Reference image rendered without using layers (which causes fuzzy failures).
     56 == clipping-and-zindex-1.html clipping-and-zindex-1-ref.html
     57 skip-if(Android&&emulator) fuzzy-if(cocoaWidget,0-1,0-4) fuzzy-if(winWidget,0-59,0-342) == intersecting-clipping-1-canvas.html intersecting-clipping-1-refc.html
     58 == intersecting-clipping-1-image.html intersecting-clipping-1-refi.html
     59 == intersecting-clipping-1-overflow-hidden.html intersecting-clipping-1-ref.html
     60 fuzzy(0-1,0-300) == intersecting-clipping-1-refi.html intersecting-clipping-1-ref.html
     61 skip-if(Android&&emulator) fuzzy(0-1,0-135) skip-if(winWidget) fuzzy-if(useDrawSnapshot,1-1,299-299) == intersecting-clipping-1-refc.html intersecting-clipping-1-ref.html # bug 732535 # Disable on Windows bug 1451808
     62 
     63 == clipping-preserve-3d.html clipping-preserve-3d-ref.html
     64 
     65 # Inheritance
     66 == inherit-1.html inherit-1-ref.html # border-radius shouldn't inherit
     67 
     68 # Table elements
     69 == table-collapse-1.html table-collapse-1-ref.html # border-radius is ignored on internal table elements
     70 # when border-collapse: collapse
     71 
     72 fuzzy(0-1,0-116) == invalidate-1a.html invalidate-1-ref.html
     73 fuzzy(0-1,0-117) == invalidate-1b.html invalidate-1-ref.html
     74 
     75 # test that border-radius is reduced for scrollbars
     76 fails-if(Android) fuzzy-if(!Android,0-1,0-50) fuzzy-if(gtkWidget,0-12,0-12) == scrollbar-clamping-1.html scrollbar-clamping-1-ref.html
     77 fails-if(Android) == scrollbar-clamping-2.html scrollbar-clamping-2-ref.html
     78 
     79 # Test for bad corner joins.
     80 fuzzy(0-1,0-1) == corner-joins-1.xhtml corner-joins-1-ref.xhtml
     81 random-if(winWidget) fuzzy(0-255,0-610) == corner-joins-2.xhtml corner-joins-2-ref.xhtml
     82 
     83 fuzzy(0-59,0-146) == scroll-1.html scroll-1-ref.html # see bug 732535 #Bug 959166
     84 
     85 fuzzy-if(winWidget,0-35,0-194) fuzzy-if(swgl,0-1,0-2) == transforms-1.html transforms-1-ref.html # bug 1507152
     86 
     87 == zero-radius-clip-1.html zero-radius-clip-ref.html
     88 
     89 == iframe-1.html iframe-1-ref.html
     90 
     91 # Test for antialiasing gaps between background and border
     92 fuzzy(0-1,0-9) == curved-border-background-nogap.html curved-border-background-nogap-ref.html
     93 
     94 fuzzy(0-1,0-4) == color-layer-1a.html color-layer-1-ref.html
     95 
     96 fuzzy-if(!useDrawSnapshot&&!geckoview,1-1,104-162) == corner-split.html corner-split-ref.svg