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

Unified Diff: LayoutTests/platform/win/virtual/softwarecompositing/visibility/visibility-image-layers-dynamic-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/virtual/softwarecompositing/visibility/visibility-image-layers-dynamic-expected.txt
diff --git a/LayoutTests/platform/win/virtual/softwarecompositing/visibility/visibility-image-layers-dynamic-expected.txt b/LayoutTests/platform/win/virtual/softwarecompositing/visibility/visibility-image-layers-dynamic-expected.txt
index eeb7a935d9309cf047c7956ed71d636febbf017d..b226156d5ab848d41b6a4fcce3e656b81348e8ab 100644
--- a/LayoutTests/platform/win/virtual/softwarecompositing/visibility/visibility-image-layers-dynamic-expected.txt
+++ b/LayoutTests/platform/win/virtual/softwarecompositing/visibility/visibility-image-layers-dynamic-expected.txt
@@ -3,112 +3,112 @@
Initial
-(GraphicsLayer
- (bounds 785.00 623.00)
- (children 1
- (GraphicsLayer
- (bounds 785.00 623.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (children 2
- (GraphicsLayer
- (position 18.00 10.00)
- (bounds 749.00 144.00)
- )
- (GraphicsLayer
- (position 14.00 314.00)
- (bounds 757.00 152.00)
- (contentsVisible 0)
- (children 1
- (GraphicsLayer
- (position 24.00 24.00)
- (bounds 100.00 100.00)
- )
- )
- )
- )
- )
- )
-)
+{
+ "bounds": [785, 623],
+ "children": [
+ {
+ "bounds": [785, 623],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "children": [
+ {
+ "position": [18, 10],
+ "bounds": [749, 144]
+ },
+ {
+ "position": [14, 314],
+ "bounds": [757, 152],
+ "contentsVisible": false,
+ "children": [
+ {
+ "position": [24, 24],
+ "bounds": [100, 100]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}
After step 1
-(GraphicsLayer
- (bounds 785.00 1048.00)
- (children 1
- (GraphicsLayer
- (bounds 785.00 1048.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (children 2
- (GraphicsLayer
- (position 18.00 10.00)
- (bounds 749.00 144.00)
- (children 1
- (GraphicsLayer
- (position 20.00 20.00)
- (bounds 100.00 100.00)
- )
- )
- )
- (GraphicsLayer
- (position 14.00 314.00)
- (bounds 757.00 152.00)
- (contentsVisible 0)
- (children 1
- (GraphicsLayer
- (position 24.00 24.00)
- (bounds 100.00 100.00)
- )
- )
- )
- )
- )
- )
-)
+{
+ "bounds": [785, 1048],
+ "children": [
+ {
+ "bounds": [785, 1048],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "children": [
+ {
+ "position": [18, 10],
+ "bounds": [749, 144],
+ "children": [
+ {
+ "position": [20, 20],
+ "bounds": [100, 100]
+ }
+ ]
+ },
+ {
+ "position": [14, 314],
+ "bounds": [757, 152],
+ "contentsVisible": false,
+ "children": [
+ {
+ "position": [24, 24],
+ "bounds": [100, 100]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}
After step 2
-(GraphicsLayer
- (bounds 785.00 1562.00)
- (children 1
- (GraphicsLayer
- (bounds 785.00 1562.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (children 3
- (GraphicsLayer
- (position 18.00 10.00)
- (bounds 749.00 144.00)
- (children 1
- (GraphicsLayer
- (position 20.00 20.00)
- (bounds 100.00 100.00)
- )
- )
- )
- (GraphicsLayer
- (position 14.00 160.00)
- (bounds 757.00 152.00)
- (drawsContent 1)
- (children 1
- (GraphicsLayer
- (position 24.00 24.00)
- (bounds 100.00 100.00)
- )
- )
- )
- (GraphicsLayer
- (position 14.00 314.00)
- (bounds 757.00 152.00)
- (contentsVisible 0)
- (children 1
- (GraphicsLayer
- (position 24.00 24.00)
- (bounds 100.00 100.00)
- )
- )
- )
- )
- )
- )
-)
+{
+ "bounds": [785, 1562],
+ "children": [
+ {
+ "bounds": [785, 1562],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "children": [
+ {
+ "position": [18, 10],
+ "bounds": [749, 144],
+ "children": [
+ {
+ "position": [20, 20],
+ "bounds": [100, 100]
+ }
+ ]
+ },
+ {
+ "position": [14, 160],
+ "bounds": [757, 152],
+ "drawsContent": true,
+ "children": [
+ {
+ "position": [24, 24],
+ "bounds": [100, 100]
+ }
+ ]
+ },
+ {
+ "position": [14, 314],
+ "bounds": [757, 152],
+ "contentsVisible": false,
+ "children": [
+ {
+ "position": [24, 24],
+ "bounds": [100, 100]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698