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

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

Issue 2524803002: Output LayoutSVGInline in layout tree in SVG way (Closed)
Patch Set: Rebaseline-cl 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/custom/text-rotation-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/svg/custom/text-rotation-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/svg/custom/text-rotation-expected.txt
index db4a741c0c4fd265cf6ddb88664a5763ddfdeb42..5f09f568118a3ef5478290bfb8b8c95e9b3bb02b 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/svg/custom/text-rotation-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/svg/custom/text-rotation-expected.txt
@@ -3,7 +3,7 @@ layer at (0,0) size 800x600
layer at (0,0) size 800x600
LayoutSVGRoot {svg} at (0,0) size 800x600
LayoutSVGText {text} at (2,43.48) size 344.75x80.27 contains 1 chunk(s)
- LayoutSVGTSpan {tspan} at (0,0) size 345x81
+ LayoutSVGTSpan {tspan} at (2,43.48) size 344.75x80.27
LayoutSVGInlineText {#text} at (2,43.48) size 344.75x80.27
chunk 1 text run 1 at (25.00,100.00) startOffset 0 endOffset 1 width 33.35: "R"
chunk 1 text run 2 at (58.35,100.00) startOffset 1 endOffset 2 width 25.00: "o"
@@ -20,10 +20,10 @@ layer at (0,0) size 800x600
chunk 1 text run 13 at (281.91,100.00) startOffset 12 endOffset 13 width 25.00: "h"
chunk 1 text run 14 at (306.91,100.00) startOffset 13 endOffset 14 width 19.46: "s"
LayoutSVGText {text} at (25,154) size 405.45x72.86 contains 1 chunk(s)
- LayoutSVGTSpan {tspan} at (0,0) size 406x73
+ LayoutSVGTSpan {tspan} at (25,154) size 405.45x72.86
LayoutSVGInlineText {#text} at (25,154) size 120.80x59
chunk 1 text run 1 at (25.00,200.00) startOffset 0 endOffset 5 width 120.80: "More "
- LayoutSVGTSpan {tspan} at (0,0) size 168x72
+ LayoutSVGTSpan {tspan} at (25,154) size 405.45x72.86
LayoutSVGInlineText {#text} at (142.42,155.56) size 167.39x71.30
chunk 1 text run 1 at (145.80,200.00) startOffset 0 endOffset 1 width 16.65: "r"
chunk 1 text run 2 at (162.45,200.00) startOffset 1 endOffset 2 width 25.00: "o"

Powered by Google App Engine
This is Rietveld 408576698