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

Unified Diff: LayoutTests/platform/linux/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/linux/svg/custom/js-late-pattern-and-object-creation-expected.txt
diff --git a/LayoutTests/platform/linux/svg/custom/js-late-pattern-and-object-creation-expected.txt b/LayoutTests/platform/linux/svg/custom/js-late-pattern-and-object-creation-expected.txt
index 406d7ce20b1cd1b18e1e9be9f37bdfd263f4bd41..4e3ca6b2ffe1deb024012bc5c0a247461249dfd3 100644
--- a/LayoutTests/platform/linux/svg/custom/js-late-pattern-and-object-creation-expected.txt
+++ b/LayoutTests/platform/linux/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 247.00 680.00 132.00)
- (rect 0.00 130.00 519.00 133.00)
- (rect 0.00 15.00 680.00 364.00)
- (rect 0.00 15.00 680.00 364.00)
- (rect 0.00 15.00 371.00 129.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, 247, 680, 132],
+ [0, 130, 519, 133],
+ [0, 15, 680, 364],
+ [0, 15, 680, 364],
+ [0, 15, 371, 129]
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698