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

Unified Diff: LayoutTests/platform/mac/svg/custom/text-xy-updates-SVGList-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/text-xy-updates-SVGList-expected.txt
diff --git a/LayoutTests/platform/mac/svg/custom/text-xy-updates-SVGList-expected.txt b/LayoutTests/platform/mac/svg/custom/text-xy-updates-SVGList-expected.txt
index 20ba5fc905da5eddf83ee919cca04aeb6da06354..f40a3d35f65790ced9bc03b0eccb7c1503264bd1 100644
--- a/LayoutTests/platform/mac/svg/custom/text-xy-updates-SVGList-expected.txt
+++ b/LayoutTests/platform/mac/svg/custom/text-xy-updates-SVGList-expected.txt
@@ -1,17 +1,17 @@
-(GraphicsLayer
- (bounds 808.00 620.00)
- (children 1
- (GraphicsLayer
- (bounds 808.00 620.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (repaint rects
- (rect 208.00 14.00 166.00 18.00)
- (rect 208.00 14.00 166.00 18.00)
- (rect 18.00 194.00 166.00 18.00)
- (rect 18.00 194.00 166.00 18.00)
- )
- )
- )
-)
+{
+ "bounds": [808, 620],
+ "children": [
+ {
+ "bounds": [808, 620],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [208, 14, 166, 18],
+ [208, 14, 166, 18],
+ [18, 194, 166, 18],
+ [18, 194, 166, 18]
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698