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

Unified Diff: LayoutTests/platform/mac/svg/text/tspan-dynamic-positioning-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/text/tspan-dynamic-positioning-expected.txt
diff --git a/LayoutTests/platform/mac/svg/text/tspan-dynamic-positioning-expected.txt b/LayoutTests/platform/mac/svg/text/tspan-dynamic-positioning-expected.txt
index 8fa51ef7a2060496634880fb149bb33d67aa4b8d..ed65b14f973848e6fa18b4fce4812b8a6e410d4e 100644
--- a/LayoutTests/platform/mac/svg/text/tspan-dynamic-positioning-expected.txt
+++ b/LayoutTests/platform/mac/svg/text/tspan-dynamic-positioning-expected.txt
@@ -1,17 +1,17 @@
-(GraphicsLayer
- (bounds 800.00 600.00)
- (children 1
- (GraphicsLayer
- (bounds 800.00 600.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (repaint rects
- (rect 200.00 186.00 251.00 18.00)
- (rect 200.00 186.00 251.00 18.00)
- (rect 20.00 6.00 251.00 18.00)
- (rect 20.00 6.00 251.00 18.00)
- )
- )
- )
-)
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [200, 186, 251, 18],
+ [200, 186, 251, 18],
+ [20, 6, 251, 18],
+ [20, 6, 251, 18]
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698