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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/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/win/svg/text/textPathBoundsBug-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/svg/text/textPathBoundsBug-expected.txt b/third_party/WebKit/LayoutTests/platform/win/svg/text/textPathBoundsBug-expected.txt
index e22ed22a905e153a138a0c13d3a9d8a5d80b4dc1..5464585317adb4be093a51b20874ce245d837646 100644
--- a/third_party/WebKit/LayoutTests/platform/win/svg/text/textPathBoundsBug-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/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,88) size 100x15
- LayoutSVGPath {path} at (100,99) size 100x2 [stroke={[type=SOLID] [color=#800080]}] [fill={[type=SOLID] [color=#000000]}] [data="M 100 100 L 200 100"]
+ 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,88) size 28x15 contains 1 chunk(s)
LayoutSVGTextPath {textPath} at (0,0) size 28x15
- LayoutSVGInlineText {#text} at (0,0) size 28x15
+ LayoutSVGInlineText {#text} at (100,88) size 28x15
chunk 1 (middle anchor) text run 1 at (103.50,100.00) startOffset 4 endOffset 5 width 7.00: "5"
chunk 1 (middle anchor) text run 2 at (110.50,100.00) startOffset 5 endOffset 6 width 7.00: "6"
chunk 1 (middle anchor) text run 3 at (117.50,100.00) startOffset 6 endOffset 7 width 7.00: "7"

Powered by Google App Engine
This is Rietveld 408576698