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

Unified Diff: LayoutTests/virtual/softwarecompositing/layer-creation/overlap-child-layer-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/virtual/softwarecompositing/layer-creation/overlap-child-layer-expected.txt
diff --git a/LayoutTests/virtual/softwarecompositing/layer-creation/overlap-child-layer-expected.txt b/LayoutTests/virtual/softwarecompositing/layer-creation/overlap-child-layer-expected.txt
index 5ca922b0c843ce744a3463f0d6bb6cdb5b3b91b6..6ebbd9c6102ff46e3e7c75937da9d5d696b1654a 100644
--- a/LayoutTests/virtual/softwarecompositing/layer-creation/overlap-child-layer-expected.txt
+++ b/LayoutTests/virtual/softwarecompositing/layer-creation/overlap-child-layer-expected.txt
@@ -1,27 +1,27 @@
-(GraphicsLayer
- (bounds 800.00 600.00)
- (children 1
- (GraphicsLayer
- (bounds 800.00 600.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (children 1
- (GraphicsLayer
- (children 2
- (GraphicsLayer
- (transformOrigin 400.00 0.00)
- (bounds 256.00 256.00)
- (contentsOpaque 1)
- (drawsContent 1)
- )
- (GraphicsLayer
- (bounds 300.00 300.00)
- (drawsContent 1)
- )
- )
- )
- )
- )
- )
-)
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "children": [
+ {
+ "children": [
+ {
+ "transformOrigin": [400, 0],
+ "bounds": [256, 256],
+ "contentsOpaque": true,
+ "drawsContent": true
+ },
+ {
+ "bounds": [300, 300],
+ "drawsContent": true
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698