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

Unified Diff: LayoutTests/platform/mac/svg/repaint/modify-transferred-listitem-different-attr-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/mac/svg/repaint/modify-transferred-listitem-different-attr-expected.txt
diff --git a/LayoutTests/platform/mac/svg/repaint/modify-transferred-listitem-different-attr-expected.txt b/LayoutTests/platform/mac/svg/repaint/modify-transferred-listitem-different-attr-expected.txt
index 44a0acdca519f1d93d6e0d41e13069ab4ddf287c..859ec410550645cbcc1525cb4f33048759b5bb98 100644
--- a/LayoutTests/platform/mac/svg/repaint/modify-transferred-listitem-different-attr-expected.txt
+++ b/LayoutTests/platform/mac/svg/repaint/modify-transferred-listitem-different-attr-expected.txt
@@ -1,18 +1,18 @@
-(GraphicsLayer
- (bounds 800.00 600.00)
- (children 1
- (GraphicsLayer
- (bounds 800.00 600.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (repaint rects
- (rect 58.00 45.00 50.00 27.00)
- (rect 58.00 45.00 50.00 17.00)
- (rect 23.00 62.00 85.00 10.00)
- (rect 23.00 8.00 85.00 24.00)
- (rect 23.00 8.00 80.00 24.00)
- )
- )
- )
-)
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [58, 45, 50, 27],
+ [58, 45, 50, 17],
+ [23, 62, 85, 10],
+ [23, 8, 85, 24],
+ [23, 8, 80, 24]
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698