layout/reftests/transform-3d/reftest.list

Thu, 15 Jan 2015 15:59:08 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:59:08 +0100
branch
TOR_BUG_9701
changeset 10
ac0c01689b40
permissions
-rw-r--r--

Implement a real Private Browsing Mode condition by changing the API/ABI;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

     1 == scalez-1a.html scalez-1-ref.html
     2 == rotatey-1a.html rotatey-1-ref.html 
     3 == rotatex-1a.html rotatex-1-ref.html 
     4 # Check that scaleZ(-1) rotateX(180deg) is the same as rotateY(180deg)
     5 == scalezrotatex-1.html scalezrotatex-1-ref.html
     6 # Check that the perspectve() transform function results in some visual changes
     7 != rotatex-perspective-1a.html rotatex-1-ref.html
     8 # Check that -moz-perspective results in visual changes to child transformed elements
     9 != rotatex-perspective-1b.html rotatex-1-ref.html
    10 # -moz-perspective should only apply to child elements
    11 == rotatex-perspective-1c.html rotatex-1-ref.html
    12 == rotatex-perspective-3a.html rotatex-perspective-3-ref.html
    13 == scalez-1a.html scalez-1-ref.html
    14 == preserve3d-1a.html preserve3d-1-ref.html
    15 == preserve3d-1b.html about:blank
    16 == preserve3d-clipped.html about:blank 
    17 == preserve3d-2a.html preserve3d-2-ref.html
    18 == preserve3d-2b.html preserve3d-2-ref.html
    19 == preserve3d-2c.html preserve3d-2-ref.html
    20 == preserve3d-2d.html preserve3d-2-ref.html
    21 == preserve3d-3a.html preserve3d-3-ref.html
    22 skip-if(B2G) == preserve3d-4a.html green-rect.html
    23 fuzzy-if(Android&&AndroidVersion>=15,4,300) == preserve3d-5a.html preserve3d-5-ref.html
    24 == scale3d-z.html scalez-1-ref.html
    25 fuzzy-if(winWidget,102,580) fuzzy-if(d2d,143,681) fuzzy-if(OSX==10.8,224,924) fuzzy-if(OSX==10.9,224,924) == scale3d-all.html scale3d-1-ref.html # subpixel AA
    26 fuzzy-if(winWidget,102,580) fuzzy-if(d2d,143,681) fuzzy-if(OSX==10.8,224,924) fuzzy-if(OSX==10.9,224,924) == scale3d-all-separate.html scale3d-1-ref.html # subpixel AA
    27 == scale3d-xz.html scale3d-1-ref.html
    28 == translatez-1a.html translatez-1-ref.html
    29 != translatez-1b.html translatez-1-ref.html
    30 == translate3d-1a.html translate3d-1-ref.html
    31 == matrix3d-1a.html matrix3d-1-ref.html
    32 == matrix3d-2a.html matrix3d-2-ref.html
    33 == rotate3d-1a.html rotatex-1-ref.html
    34 == rotate3d-2a.html rotatey-1-ref.html
    35 != backface-visibility-1a.html about:blank
    36 == backface-visibility-1b.html about:blank
    37 == backface-visibility-1c.html about:blank
    38 == backface-visibility-2.html backface-visibility-2-ref.html
    39 != perspective-origin-1a.html rotatex-perspective-1a.html
    40 == perspective-origin-1b.html perspective-origin-1a.html
    41 random-if(Android&&!browserIsRemote) == perspective-origin-2a.html perspective-origin-2-ref.html # bug 732568
    42 == perspective-origin-3a.html perspective-origin-3-ref.html
    43 == perspective-origin-4a.html perspective-origin-4-ref.html
    44 != sorting-1a.html sorting-1-ref.html
    45 # Parallel planes, different z depth
    46 == sorting-2a.html sorting-2-ref.html
    47 # Parallel planes, same z depth (shouldn't be sorted!)
    48 == sorting-2b.html sorting-2-ref.html
    49 == sorting-3a.html green-rect.html
    50 # Different, but equivalent (for the given transform) transform origins
    51 == rotatex-transformorigin-1a.html rotatex-transformorigin-1-ref.html
    52 == overflow-hidden-1a.html overflow-hidden-1-ref.html
    53 == transform-style-flat-1a.html transform-style-flat-1-ref.html
    54 pref(layout.css.will-change.enabled,true) == willchange-containing-block.html?willchange willchange-containing-block.html?ref
    55 pref(layout.css.will-change.enabled,true) != willchange-containing-block.html?willchange willchange-containing-block.html?noblock

mercurial