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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/svg/batik/text/textLength-expected.txt

Issue 2870393002: Fix textLength position adjustment for the "adjust spacing" case (Closed)
Patch Set: Update baselines Created 3 years, 7 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/platform/linux/svg/batik/text/textLength-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/svg/batik/text/textLength-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/svg/batik/text/textLength-expected.txt
index 8550122f3493fa076f7a0c52c5be51d7b3e57978..0404a05831d1afe9c07440ef34aab64d070b5826 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/svg/batik/text/textLength-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/svg/batik/text/textLength-expected.txt
@@ -86,13 +86,13 @@ layer at (0,0) size 450x500
LayoutSVGContainer {g} at (200,3) size 50x24
LayoutSVGRect {rect} at (200,5) size 50x20 [fill={[type=SOLID] [color=#DDE8FF]}] [x=200.00] [y=5.00] [width=50.00] [height=20.00]
LayoutSVGPath {line} at (225,3) size 0x24 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#000000]}] [x1=225.00] [y1=3.00] [x2=225.00] [y2=27.00]
- LayoutSVGText {text} at (202.50,7) size 46x15 contains 1 chunk(s)
- LayoutSVGInlineText {#text} at (202.50,7) size 46x15
- chunk 1 (middle anchor) text run 1 at (202.50,19.00) startOffset 0 endOffset 1 width 8.00: "B"
- chunk 1 (middle anchor) text run 2 at (215.50,19.00) startOffset 1 endOffset 2 width 5.00: "a"
+ LayoutSVGText {text} at (200,7) size 51x15 contains 1 chunk(s)
+ LayoutSVGInlineText {#text} at (200,7) size 51x15
+ chunk 1 (middle anchor) text run 1 at (200.00,19.00) startOffset 0 endOffset 1 width 8.00: "B"
+ chunk 1 (middle anchor) text run 2 at (214.25,19.00) startOffset 1 endOffset 2 width 5.00: "a"
chunk 1 (middle anchor) text run 3 at (225.50,19.00) startOffset 2 endOffset 3 width 3.00: "t"
- chunk 1 (middle anchor) text run 4 at (233.50,19.00) startOffset 3 endOffset 4 width 3.00: "i"
- chunk 1 (middle anchor) text run 5 at (241.50,19.00) startOffset 4 endOffset 5 width 6.00: "k"
+ chunk 1 (middle anchor) text run 4 at (234.75,19.00) startOffset 3 endOffset 4 width 3.00: "i"
+ chunk 1 (middle anchor) text run 5 at (244.00,19.00) startOffset 4 endOffset 5 width 6.00: "k"
LayoutSVGText {text} at (127,28) size 196x15 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (127,28) size 196x15
chunk 1 (middle anchor) text run 1 at (127.00,40.00) startOffset 0 endOffset 38 width 196.00: "textLength=\"50\" lengthAdjust=\"spacing\""

Powered by Google App Engine
This is Rietveld 408576698