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

Unified Diff: LayoutTests/platform/linux/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
Index: LayoutTests/platform/linux/virtual/softwarecompositing/backing/no-backing-for-perspective-expected.txt
diff --git a/LayoutTests/platform/linux/virtual/softwarecompositing/backing/no-backing-for-perspective-expected.txt b/LayoutTests/platform/linux/virtual/softwarecompositing/backing/no-backing-for-perspective-expected.txt
index a769028a268320738ff88103c65ed22083e20f97..0a8aed65040d8b6b04bc8b820453f441ac374af6 100644
--- a/LayoutTests/platform/linux/virtual/softwarecompositing/backing/no-backing-for-perspective-expected.txt
+++ b/LayoutTests/platform/linux/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 244.00)
- (children 1
- (GraphicsLayer
- (bounds 342.00 244.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 41.00)
- (bounds 342.00 182.00)
- (children 1
- (GraphicsLayer
- (bounds 342.00 182.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 51.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, 244],
+ "children": [
+ {
+ "bounds": [342, 244],
+ "shouldFlattenTransform": false,
+ "transform": [
+ [1, 0, 0, 0],
+ [0, 1, 0, 0],
+ [0, 0, 1, -0.002],
+ [0, 0, 0, 1]
+ ],
+ "children": [
+ {
+ "position": [21, 41],
+ "bounds": [342, 182],
+ "children": [
+ {
+ "bounds": [342, 182],
+ "shouldFlattenTransform": false,
+ "transform": [
+ [1, 0, 0, 0],
+ [0, 1, 0, 0],
+ [0, 0, 1, -0.002],
+ [0, 0, 0, 1]
+ ],
+ "children": [
+ {
+ "position": [31, 51],
+ "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]
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698