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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/text/textpath-startoffset-expected.txt

Issue 1580293008: Fix incorrect handling of small non-percentage value for 'startOffset' on <textPath> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 unified diff | Download patch
OLDNEW
(Empty)
1 layer at (0,0) size 800x600
2 LayoutView at (0,0) size 800x600
3 layer at (0,0) size 800x171
4 LayoutBlockFlow {HTML} at (0,0) size 800x171
5 LayoutBlockFlow {BODY} at (8,8) size 784x155
6 LayoutSVGRoot {svg} at (17,28) size 291x100
7 LayoutSVGPath {path} at (18,107) size 290x2 [stroke={[type=SOLID] [color =#0000FF]}] [data="M 10 100 h 400"]
8 LayoutSVGText {text} at (9,20) size 401x100 contains 1 chunk(s)
9 LayoutSVGTextPath {textPath} at (0,0) size 400x100
10 LayoutSVGInlineText {#text} at (0,0) size 400x100
11 chunk 1 text run 1 at (60.00,100.00) startOffset 0 endOffset 1 wid th 100.00: "T"
12 chunk 1 text run 2 at (160.00,100.00) startOffset 1 endOffset 2 wi dth 100.00: "e"
13 chunk 1 text run 3 at (260.00,100.00) startOffset 2 endOffset 3 wi dth 100.00: "s"
14 chunk 1 text run 4 at (360.00,100.00) startOffset 3 endOffset 4 wi dth 100.00: "t"
15 LayoutSVGText {text} at (10,20) size 401x100 contains 1 chunk(s)
16 LayoutSVGTextPath {textPath} at (0,0) size 400x100
17 LayoutSVGInlineText {#text} at (0,0) size 400x100
18 chunk 1 text run 1 at (60.50,100.00) startOffset 0 endOffset 1 wid th 100.00: "T"
19 chunk 1 text run 2 at (160.50,100.00) startOffset 1 endOffset 2 wi dth 100.00: "e"
20 chunk 1 text run 3 at (260.50,100.00) startOffset 2 endOffset 3 wi dth 100.00: "s"
21 chunk 1 text run 4 at (360.50,100.00) startOffset 3 endOffset 4 wi dth 100.00: "t"
22 LayoutText {#text} at (0,0) size 0x0
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698