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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/svg/text/textpath-startoffset-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/text/textpath-startoffset-expected.txt b/third_party/WebKit/LayoutTests/svg/text/textpath-startoffset-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..4e1bf61ef4efab17f501251e86fd23be9eeb4a83
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/svg/text/textpath-startoffset-expected.txt
@@ -0,0 +1,22 @@
+layer at (0,0) size 800x600
+ LayoutView at (0,0) size 800x600
+layer at (0,0) size 800x171
+ LayoutBlockFlow {HTML} at (0,0) size 800x171
+ LayoutBlockFlow {BODY} at (8,8) size 784x155
+ LayoutSVGRoot {svg} at (17,28) size 291x100
+ LayoutSVGPath {path} at (18,107) size 290x2 [stroke={[type=SOLID] [color=#0000FF]}] [data="M 10 100 h 400"]
+ LayoutSVGText {text} at (9,20) size 401x100 contains 1 chunk(s)
+ LayoutSVGTextPath {textPath} at (0,0) size 400x100
+ LayoutSVGInlineText {#text} at (0,0) size 400x100
+ chunk 1 text run 1 at (60.00,100.00) startOffset 0 endOffset 1 width 100.00: "T"
+ chunk 1 text run 2 at (160.00,100.00) startOffset 1 endOffset 2 width 100.00: "e"
+ chunk 1 text run 3 at (260.00,100.00) startOffset 2 endOffset 3 width 100.00: "s"
+ chunk 1 text run 4 at (360.00,100.00) startOffset 3 endOffset 4 width 100.00: "t"
+ LayoutSVGText {text} at (10,20) size 401x100 contains 1 chunk(s)
+ LayoutSVGTextPath {textPath} at (0,0) size 400x100
+ LayoutSVGInlineText {#text} at (0,0) size 400x100
+ chunk 1 text run 1 at (60.50,100.00) startOffset 0 endOffset 1 width 100.00: "T"
+ chunk 1 text run 2 at (160.50,100.00) startOffset 1 endOffset 2 width 100.00: "e"
+ chunk 1 text run 3 at (260.50,100.00) startOffset 2 endOffset 3 width 100.00: "s"
+ chunk 1 text run 4 at (360.50,100.00) startOffset 3 endOffset 4 width 100.00: "t"
+ LayoutText {#text} at (0,0) size 0x0

Powered by Google App Engine
This is Rietveld 408576698