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/win-xp/virtual/softwarecompositing/layer-creation/no-compositing-for-preserve-3d-expected.txt

Issue 348583003: 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/win-xp/virtual/softwarecompositing/layer-creation/no-compositing-for-preserve-3d-expected.txt
diff --git a/LayoutTests/platform/win-xp/virtual/softwarecompositing/layer-creation/no-compositing-for-preserve-3d-expected.txt b/LayoutTests/platform/win-xp/virtual/softwarecompositing/layer-creation/no-compositing-for-preserve-3d-expected.txt
index 4b58e6ddd8c494ba8d5f1a7f8a422a20b2aa20b7..31488501f823d530a3094a06f2241473b1bc5afd 100644
--- a/LayoutTests/platform/win-xp/virtual/softwarecompositing/layer-creation/no-compositing-for-preserve-3d-expected.txt
+++ b/LayoutTests/platform/win-xp/virtual/softwarecompositing/layer-creation/no-compositing-for-preserve-3d-expected.txt
@@ -1,34 +1,39 @@
This layer should not be composited.
This layer should not be composited.
This layer should be composited.
-(GraphicsLayer
- (bounds 785.00 618.00)
- (children 1
- (GraphicsLayer
- (bounds 785.00 618.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (children 1
- (GraphicsLayer
- (position 18.00 394.00)
- (bounds 342.00 182.00)
- (shouldFlattenTransform 0)
- (3dRenderingContext 1)
- (drawsContent 1)
- (children 1
- (GraphicsLayer
- (position 31.00 51.00)
- (bounds 100.00 100.00)
- (contentsOpaque 1)
- (3dRenderingContext 1)
- (drawsContent 1)
- (backgroundColor #C0C0C0)
- (transform [0.98 0.00 -0.17 0.00] [0.00 1.00 0.00 0.00] [0.17 0.00 0.98 0.00] [0.00 0.00 0.00 1.00])
- )
- )
- )
- )
- )
- )
-)
+{
+ "bounds": [785, 618],
+ "children": [
+ {
+ "bounds": [785, 618],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "children": [
+ {
+ "position": [18, 394],
+ "bounds": [342, 182],
+ "shouldFlattenTransform": false,
+ "3dRenderingContext": 1,
+ "drawsContent": true,
+ "children": [
+ {
+ "position": [31, 51],
+ "bounds": [100, 100],
+ "contentsOpaque": true,
+ "3dRenderingContext": 1,
+ "drawsContent": true,
+ "backgroundColor": "#C0C0C0",
+ "transform": [
+ [0.984807753012208, 0, -0.17364817766693, 0],
+ [0, 1, 0, 0],
+ [0.17364817766693, 0, 0.984807753012208, 0],
+ [0, 0, 0, 1]
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698