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

Unified Diff: LayoutTests/platform/win/virtual/softwarecompositing/squashing/no-squashing-into-another-clip-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/platform/win/virtual/softwarecompositing/squashing/no-squashing-into-another-clip-layer-expected.txt
diff --git a/LayoutTests/platform/win/virtual/softwarecompositing/squashing/no-squashing-into-another-clip-layer-expected.txt b/LayoutTests/platform/win/virtual/softwarecompositing/squashing/no-squashing-into-another-clip-layer-expected.txt
index 7e0ca2d7a0f1c686e25ed478c9cb6c2a8df723f7..660bc2a9c8a5d6943fc4ddd0e9c62ede4b1a4cab 100644
--- a/LayoutTests/platform/win/virtual/softwarecompositing/squashing/no-squashing-into-another-clip-layer-expected.txt
+++ b/LayoutTests/platform/win/virtual/softwarecompositing/squashing/no-squashing-into-another-clip-layer-expected.txt
@@ -1,39 +1,39 @@
-(GraphicsLayer
- (bounds 800.00 600.00)
- (children 1
- (GraphicsLayer
- (bounds 800.00 600.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (children 2
- (GraphicsLayer
- (position 8.00 8.00)
- (bounds 784.00 10.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (backgroundColor #ADD8E6)
- (children 1
- (GraphicsLayer
- (bounds 784.00 10.00)
- (children 1
- (GraphicsLayer
- (bounds 784.00 10.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (backgroundColor #F5F5F5)
- )
- )
- )
- )
- )
- (GraphicsLayer
- (position 8.00 0.00)
- (bounds 211.00 100.00)
- (drawsContent 1)
- (backgroundColor #90EE90)
- )
- )
- )
- )
-)
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "children": [
+ {
+ "position": [8, 8],
+ "bounds": [784, 10],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#ADD8E6",
+ "children": [
+ {
+ "bounds": [784, 10],
+ "children": [
+ {
+ "bounds": [784, 10],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#F5F5F5"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "position": [8, 0],
+ "bounds": [211, 100],
+ "drawsContent": true,
+ "backgroundColor": "#90EE90"
+ }
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698