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

Unified Diff: LayoutTests/platform/mac/virtual/softwarecompositing/iframes/composited-parent-iframe-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/mac/virtual/softwarecompositing/iframes/composited-parent-iframe-expected.txt
diff --git a/LayoutTests/platform/mac/virtual/softwarecompositing/iframes/composited-parent-iframe-expected.txt b/LayoutTests/platform/mac/virtual/softwarecompositing/iframes/composited-parent-iframe-expected.txt
index f8957e99382de5f4bdb35ab72a53fe5c331d479f..d3ef39021bb900d4a21f8ae147dae9e9c978669c 100644
--- a/LayoutTests/platform/mac/virtual/softwarecompositing/iframes/composited-parent-iframe-expected.txt
+++ b/LayoutTests/platform/mac/virtual/softwarecompositing/iframes/composited-parent-iframe-expected.txt
@@ -1,80 +1,80 @@
-(GraphicsLayer
- (bounds 800.00 600.00)
- (children 1
- (GraphicsLayer
- (bounds 800.00 600.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (children 1
- (GraphicsLayer
- (position -12.00 -12.00)
- (bounds 370.00 220.00)
- (drawsContent 1)
- (children 1
- (GraphicsLayer
- (position 35.00 35.00)
- (children 2
- (GraphicsLayer
- (bounds 285.00 150.00)
- (children 1
- (GraphicsLayer
- (children 1
- (GraphicsLayer
- (bounds 285.00 230.00)
- (children 1
- (GraphicsLayer
- (bounds 285.00 230.00)
- (drawsContent 1)
- (children 1
- (GraphicsLayer
- (position 18.00 10.00)
- (bounds 210.00 210.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (backgroundColor #0000FF)
- )
- )
- )
- )
- )
- )
- )
- )
- )
- (GraphicsLayer
- (position 285.00 0.00)
- (bounds 15.00 150.00)
- )
- )
- )
- )
- )
- )
- )
- )
-)
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "children": [
+ {
+ "position": [-12, -12],
+ "bounds": [370, 220],
+ "drawsContent": true,
+ "children": [
+ {
+ "position": [35, 35],
+ "children": [
+ {
+ "bounds": [285, 150],
+ "children": [
+ {
+ "children": [
+ {
+ "bounds": [285, 230],
+ "children": [
+ {
+ "bounds": [285, 230],
+ "drawsContent": true,
+ "children": [
+ {
+ "position": [18, 10],
+ "bounds": [210, 210],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#0000FF"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "position": [285, 0],
+ "bounds": [15, 150]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}
--------
Frame: '-->'
--------
-(GraphicsLayer
- (bounds 285.00 230.00)
- (children 1
- (GraphicsLayer
- (bounds 285.00 230.00)
- (drawsContent 1)
- (children 1
- (GraphicsLayer
- (position 18.00 10.00)
- (bounds 210.00 210.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (backgroundColor #0000FF)
- )
- )
- )
- )
-)
+{
+ "bounds": [285, 230],
+ "children": [
+ {
+ "bounds": [285, 230],
+ "drawsContent": true,
+ "children": [
+ {
+ "position": [18, 10],
+ "bounds": [210, 210],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#0000FF"
+ }
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698