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

Unified Diff: LayoutTests/platform/win-xp/virtual/softwarecompositing/backing/no-backing-for-clip-expected.txt

Issue 331713005: 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-xp/virtual/softwarecompositing/backing/no-backing-for-clip-expected.txt
diff --git a/LayoutTests/platform/win-xp/virtual/softwarecompositing/backing/no-backing-for-clip-expected.txt b/LayoutTests/platform/win-xp/virtual/softwarecompositing/backing/no-backing-for-clip-expected.txt
index fe452ab9e81e5e0b1c1216e3f752c0389e71f7e1..71522228b0b308ee31ecc73a365a0881c3aa35d7 100644
--- a/LayoutTests/platform/win-xp/virtual/softwarecompositing/backing/no-backing-for-clip-expected.txt
+++ b/LayoutTests/platform/win-xp/virtual/softwarecompositing/backing/no-backing-for-clip-expected.txt
@@ -1,46 +1,46 @@
This layer should not have backing store.
This layer should not have backing store.
-(GraphicsLayer
- (bounds 800.00 600.00)
- (children 1
- (GraphicsLayer
- (bounds 800.00 600.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (children 1
- (GraphicsLayer
- (position 8.00 8.00)
- (bounds 342.00 244.00)
- (children 1
- (GraphicsLayer
- (position 1.00 1.00)
- (bounds 340.00 242.00)
- (children 1
- (GraphicsLayer
- (position 20.00 40.00)
- (bounds 342.00 182.00)
- (children 1
- (GraphicsLayer
- (position 1.00 1.00)
- (bounds 340.00 180.00)
- (children 1
- (GraphicsLayer
- (position 30.00 50.00)
- (bounds 100.00 100.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (backgroundColor #C0C0C0)
- )
- )
- )
- )
- )
- )
- )
- )
- )
- )
- )
- )
-)
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "children": [
+ {
+ "position": [8, 8],
+ "bounds": [342, 244],
+ "children": [
+ {
+ "position": [1, 1],
+ "bounds": [340, 242],
+ "children": [
+ {
+ "position": [20, 40],
+ "bounds": [342, 182],
+ "children": [
+ {
+ "position": [1, 1],
+ "bounds": [340, 180],
+ "children": [
+ {
+ "position": [30, 50],
+ "bounds": [100, 100],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#C0C0C0"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698