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

Unified Diff: LayoutTests/platform/mac/svg/carto.net/window-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/carto.net/window-expected.txt
diff --git a/LayoutTests/platform/mac/svg/carto.net/window-expected.txt b/LayoutTests/platform/mac/svg/carto.net/window-expected.txt
index 834426e7250112cfd0d8f70e4b4839181532a6da..94908e03a7077ae020cdcf99b64159c76fffa069 100644
--- a/LayoutTests/platform/mac/svg/carto.net/window-expected.txt
+++ b/LayoutTests/platform/mac/svg/carto.net/window-expected.txt
@@ -1,33 +1,33 @@
-(GraphicsLayer
- (bounds 800.00 600.00)
- (children 1
- (GraphicsLayer
- (bounds 800.00 600.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (repaint rects
- (rect 627.00 239.00 33.00 10.00)
- (rect 624.00 92.00 174.00 158.00)
- (rect 624.00 92.00 174.00 158.00)
- (rect 616.00 153.00 11.00 81.00)
- (rect 616.00 116.00 10.00 9.00)
- (rect 616.00 100.00 10.00 10.00)
- (rect 616.00 84.00 10.00 10.00)
- (rect 613.00 81.00 185.00 169.00)
- (rect 613.00 81.00 185.00 159.00)
- (rect 613.00 81.00 185.00 159.00)
- (rect 38.00 143.00 549.00 392.00)
- (rect 38.00 92.00 760.00 443.00)
- (rect 38.00 92.00 760.00 443.00)
- (rect 38.00 81.00 760.00 454.00)
- (rect 0.00 30.00 5.00 2.00)
- (rect 0.00 22.00 5.00 9.00)
- (rect 0.00 22.00 5.00 9.00)
- (rect 0.00 21.00 5.00 11.00)
- (rect 0.00 21.00 5.00 11.00)
- (rect 0.00 21.00 5.00 11.00)
- )
- )
- )
-)
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [627, 239, 33, 10],
+ [624, 92, 174, 158],
+ [624, 92, 174, 158],
+ [616, 153, 11, 81],
+ [616, 116, 10, 9],
+ [616, 100, 10, 10],
+ [616, 84, 10, 10],
+ [613, 81, 185, 169],
+ [613, 81, 185, 159],
+ [613, 81, 185, 159],
+ [38, 143, 549, 392],
+ [38, 92, 760, 443],
+ [38, 92, 760, 443],
+ [38, 81, 760, 454],
+ [0, 30, 5, 2],
+ [0, 22, 5, 9],
+ [0, 22, 5, 9],
+ [0, 21, 5, 11],
+ [0, 21, 5, 11],
+ [0, 21, 5, 11]
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698