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.

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

mercurial