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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/svg/text/textPathBoundsBug-expected.txt

Issue 2521473002: Change SVG layout tree output to be more meaningful and consistent (Closed)
Patch Set: - Created 4 years, 1 month 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: third_party/WebKit/LayoutTests/platform/mac/svg/text/textPathBoundsBug-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/svg/text/textPathBoundsBug-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/svg/text/textPathBoundsBug-expected.txt
index 0c50399125d0d2e672886066e62fcc1f4f08846d..0762293370a3d476dab5d7142765f39d4df4a39c 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/svg/text/textPathBoundsBug-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/svg/text/textPathBoundsBug-expected.txt
@@ -1,11 +1,11 @@
layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
layer at (0,0) size 800x600
- LayoutSVGRoot {svg} at (100,89) size 100x14
- LayoutSVGPath {path} at (100,99) size 100x2 [stroke={[type=SOLID] [color=#800080]}] [fill={[type=SOLID] [color=#000000]}] [data="M 100 100 L 200 100"]
- LayoutSVGText {text} at (100,89) size 27x14 contains 1 chunk(s)
+ LayoutSVGRoot {svg} at (0,0) size 800x600
+ LayoutSVGPath {path} at (100,100) size 100x0 [stroke={[type=SOLID] [color=#800080]}] [fill={[type=SOLID] [color=#000000]}] [data="M 100 100 L 200 100"]
+ LayoutSVGText {text} at (100,89) size 26.69x14 contains 1 chunk(s)
LayoutSVGTextPath {textPath} at (0,0) size 27x14
- LayoutSVGInlineText {#text} at (0,0) size 27x14
+ LayoutSVGInlineText {#text} at (100,89) size 26.69x14
chunk 1 (middle anchor) text run 1 at (103.34,100.00) startOffset 4 endOffset 5 width 6.67: "5"
chunk 1 (middle anchor) text run 2 at (110.01,100.00) startOffset 5 endOffset 6 width 6.67: "6"
chunk 1 (middle anchor) text run 3 at (116.68,100.00) startOffset 6 endOffset 7 width 6.67: "7"

Powered by Google App Engine
This is Rietveld 408576698