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

Unified Diff: LayoutTests/platform/win/virtual/softwarecompositing/fixed-body-background-positioned-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/fixed-body-background-positioned-expected.txt
diff --git a/LayoutTests/platform/win/virtual/softwarecompositing/fixed-body-background-positioned-expected.txt b/LayoutTests/platform/win/virtual/softwarecompositing/fixed-body-background-positioned-expected.txt
index 996ddd81a135a586e49a97901c1330600c69e24f..d4c739280d995ae50311595f48db69d15094d5d6 100644
--- a/LayoutTests/platform/win/virtual/softwarecompositing/fixed-body-background-positioned-expected.txt
+++ b/LayoutTests/platform/win/virtual/softwarecompositing/fixed-body-background-positioned-expected.txt
@@ -1,38 +1,38 @@
-(GraphicsLayer
- (children 1
- (GraphicsLayer
- (children 2
- (GraphicsLayer
- (bounds 785.00 600.00)
- (children 2
- (GraphicsLayer
- (transformOrigin 0.00 0.00)
- (bounds 785.00 600.00)
- (contentsOpaque 1)
- (drawsContent 1)
- )
- (GraphicsLayer
- (children 1
- (GraphicsLayer
- (bounds 785.00 3700.00)
- (children 1
- (GraphicsLayer
- (bounds 785.00 3700.00)
- (drawsContent 1)
- )
- )
- )
- )
- )
- )
- )
- (GraphicsLayer
- (position 785.00 0.00)
- (bounds 15.00 600.00)
- (contentsOpaque 1)
- )
- )
- )
- )
-)
+{
+ "children": [
+ {
+ "children": [
+ {
+ "bounds": [785, 600],
+ "children": [
+ {
+ "transformOrigin": [0, 0],
+ "bounds": [785, 600],
+ "contentsOpaque": true,
+ "drawsContent": true
+ },
+ {
+ "children": [
+ {
+ "bounds": [785, 3700],
+ "children": [
+ {
+ "bounds": [785, 3700],
+ "drawsContent": true
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "position": [785, 0],
+ "bounds": [15, 600],
+ "contentsOpaque": true
+ }
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698