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

Unified Diff: LayoutTests/platform/linux/svg/dom/SVGPathSegList-xml-dom-synchronization2-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/dom/SVGPathSegList-xml-dom-synchronization2-expected.txt
diff --git a/LayoutTests/platform/linux/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.txt b/LayoutTests/platform/linux/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.txt
index 284c7fa0f137ef297b50aa378ae26e5c7cac2434..2541adce0297432b029486f5e6ebb9b8963f6681 100644
--- a/LayoutTests/platform/linux/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.txt
+++ b/LayoutTests/platform/linux/svg/dom/SVGPathSegList-xml-dom-synchronization2-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 90.00 75.00 281.00 19.00)
- (rect 90.00 55.00 211.00 19.00)
- (rect 46.00 103.00 128.00 122.00)
- (rect 45.00 102.00 79.00 73.00)
- (rect 10.00 175.00 479.00 50.00)
- )
- )
- )
-)
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [90, 75, 281, 19],
+ [90, 55, 211, 19],
+ [46, 103, 128, 122],
+ [45, 102, 79, 73],
+ [10, 175, 479, 50]
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698