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

Unified Diff: LayoutTests/platform/mac/svg/custom/js-late-pattern-and-object-creation-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/js-late-pattern-and-object-creation-expected.txt
diff --git a/LayoutTests/platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.txt b/LayoutTests/platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.txt
index 1aaeb6685eb703a02f04961df24e651177e04d6c..e2e580220801e1f85bae17cea427d7e064246678 100644
--- a/LayoutTests/platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.txt
+++ b/LayoutTests/platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.txt
@@ -1,22 +1,22 @@
-(GraphicsLayer
- (bounds 800.00 600.00)
- (children 1
- (GraphicsLayer
- (bounds 800.00 600.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (repaint rects
- (rect 16.00 16.00 18.00 18.00)
- (rect 16.00 16.00 18.00 18.00)
- (rect 8.00 8.00 17.00 17.00)
- (rect 8.00 8.00 17.00 17.00)
- (rect 0.00 246.00 681.00 134.00)
- (rect 0.00 129.00 519.00 135.00)
- (rect 0.00 14.00 681.00 366.00)
- (rect 0.00 14.00 681.00 366.00)
- (rect 0.00 14.00 372.00 131.00)
- )
- )
- )
-)
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [16, 16, 18, 18],
+ [16, 16, 18, 18],
+ [8, 8, 17, 17],
+ [8, 8, 17, 17],
+ [0, 246, 681, 134],
+ [0, 129, 519, 135],
+ [0, 14, 681, 366],
+ [0, 14, 681, 366],
+ [0, 14, 372, 131]
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698