Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(113)

Unified Diff: LayoutTests/virtual/softwarecompositing/backing/no-backing-for-perspective-expected.txt

Issue 331713005: Auto-rebaseline for r176651 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/virtual/softwarecompositing/backing/no-backing-for-clip-overlap-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/virtual/softwarecompositing/backing/no-backing-for-perspective-expected.txt
diff --git a/LayoutTests/virtual/softwarecompositing/backing/no-backing-for-perspective-expected.txt b/LayoutTests/virtual/softwarecompositing/backing/no-backing-for-perspective-expected.txt
index 55c25f7fbf98b3f67efb52b2d9f27da55c7f2850..fdf1c99bce87a71ad9e676997a2e3a7f7c45897a 100644
--- a/LayoutTests/virtual/softwarecompositing/backing/no-backing-for-perspective-expected.txt
+++ b/LayoutTests/virtual/softwarecompositing/backing/no-backing-for-perspective-expected.txt
@@ -1,49 +1,64 @@
This layer should not have backing store.
This layer should not have backing store.
-(GraphicsLayer
- (bounds 800.00 600.00)
- (children 1
- (GraphicsLayer
- (bounds 800.00 600.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (children 1
- (GraphicsLayer
- (position 8.00 8.00)
- (bounds 342.00 240.00)
- (children 1
- (GraphicsLayer
- (bounds 342.00 240.00)
- (shouldFlattenTransform 0)
- (transform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [0.00 0.00 1.00 -0.00] [0.00 0.00 0.00 1.00])
- (children 1
- (GraphicsLayer
- (position 21.00 39.00)
- (bounds 342.00 180.00)
- (children 1
- (GraphicsLayer
- (bounds 342.00 180.00)
- (shouldFlattenTransform 0)
- (transform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [0.00 0.00 1.00 -0.00] [0.00 0.00 0.00 1.00])
- (children 1
- (GraphicsLayer
- (position 31.00 49.00)
- (bounds 100.00 100.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (backgroundColor #C0C0C0)
- (transform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [0.00 0.00 1.00 0.00] [0.00 0.00 1.00 1.00])
- )
- )
- )
- )
- )
- )
- )
- )
- )
- )
- )
- )
-)
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "children": [
+ {
+ "position": [8, 8],
+ "bounds": [342, 240],
+ "children": [
+ {
+ "bounds": [342, 240],
+ "shouldFlattenTransform": false,
+ "transform": [
+ [1, 0, 0, 0],
+ [0, 1, 0, 0],
+ [0, 0, 1, -0.002],
+ [0, 0, 0, 1]
+ ],
+ "children": [
+ {
+ "position": [21, 39],
+ "bounds": [342, 180],
+ "children": [
+ {
+ "bounds": [342, 180],
+ "shouldFlattenTransform": false,
+ "transform": [
+ [1, 0, 0, 0],
+ [0, 1, 0, 0],
+ [0, 0, 1, -0.002],
+ [0, 0, 0, 1]
+ ],
+ "children": [
+ {
+ "position": [31, 49],
+ "bounds": [100, 100],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#C0C0C0",
+ "transform": [
+ [1, 0, 0, 0],
+ [0, 1, 0, 0],
+ [0, 0, 1, 0],
+ [0, 0, 1, 1]
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}
« no previous file with comments | « LayoutTests/virtual/softwarecompositing/backing/no-backing-for-clip-overlap-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698