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

Unified Diff: LayoutTests/platform/mac/svg/custom/use-detach-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/mac/svg/custom/use-detach-expected.txt
diff --git a/LayoutTests/platform/mac/svg/custom/use-detach-expected.txt b/LayoutTests/platform/mac/svg/custom/use-detach-expected.txt
index c3ab07ad08fbce97202344f9428cdb08abf89bd1..e82f7b0c61598bfe64c3e4cfe955d76dbf14dd51 100644
--- a/LayoutTests/platform/mac/svg/custom/use-detach-expected.txt
+++ b/LayoutTests/platform/mac/svg/custom/use-detach-expected.txt
@@ -1,37 +1,37 @@
-(GraphicsLayer
- (bounds 800.00 600.00)
- (children 1
- (GraphicsLayer
- (bounds 800.00 600.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (repaint rects
- (rect 220.00 96.00 24.00 24.00)
- (rect 218.00 94.00 28.00 28.00)
- (rect 218.00 94.00 28.00 28.00)
- (rect 218.00 94.00 28.00 28.00)
- (rect 218.00 94.00 28.00 28.00)
- (rect 218.00 94.00 28.00 28.00)
- (rect 218.00 94.00 28.00 28.00)
- (rect 218.00 94.00 28.00 28.00)
- (rect 212.00 60.00 40.00 34.00)
- (rect 210.00 58.00 44.00 64.00)
- (rect 210.00 58.00 44.00 64.00)
- (rect 210.00 58.00 44.00 64.00)
- (rect 210.00 58.00 44.00 38.00)
- (rect 210.00 58.00 44.00 38.00)
- (rect 210.00 58.00 44.00 38.00)
- (rect 210.00 58.00 44.00 38.00)
- (rect 210.00 58.00 44.00 38.00)
- (rect 210.00 58.00 44.00 38.00)
- (rect 210.00 58.00 44.00 38.00)
- (rect 210.00 58.00 44.00 38.00)
- (rect 210.00 58.00 44.00 38.00)
- (rect 210.00 58.00 44.00 38.00)
- (rect 210.00 58.00 44.00 38.00)
- (rect 112.00 12.00 240.00 120.00)
- )
- )
- )
-)
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [220, 96, 24, 24],
+ [218, 94, 28, 28],
+ [218, 94, 28, 28],
+ [218, 94, 28, 28],
+ [218, 94, 28, 28],
+ [218, 94, 28, 28],
+ [218, 94, 28, 28],
+ [218, 94, 28, 28],
+ [212, 60, 40, 34],
+ [210, 58, 44, 64],
+ [210, 58, 44, 64],
+ [210, 58, 44, 64],
+ [210, 58, 44, 38],
+ [210, 58, 44, 38],
+ [210, 58, 44, 38],
+ [210, 58, 44, 38],
+ [210, 58, 44, 38],
+ [210, 58, 44, 38],
+ [210, 58, 44, 38],
+ [210, 58, 44, 38],
+ [210, 58, 44, 38],
+ [210, 58, 44, 38],
+ [210, 58, 44, 38],
+ [112, 12, 240, 120]
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698