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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/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/mac/svg/batik/text/textLength-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/svg/batik/text/textLength-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/svg/batik/text/textLength-expected.txt
index c6b0c379d16d810b826f6edd9675201dd62a6ad0..8d02ecc3d5be9e9f2efd617cd795d6a0c9642cc5 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/svg/batik/text/textLength-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/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.39,8) size 45.20x14 contains 1 chunk(s)
- LayoutSVGInlineText {#text} at (202.39,8) size 45.20x14
- chunk 1 (middle anchor) text run 1 at (202.40,19.00) startOffset 0 endOffset 1 width 8.00: "B"
- chunk 1 (middle anchor) text run 2 at (215.20,19.00) startOffset 1 endOffset 2 width 5.33: "a"
+ LayoutSVGText {text} at (200,8) size 50x14 contains 1 chunk(s)
+ LayoutSVGInlineText {#text} at (200,8) size 50x14
+ 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.00,19.00) startOffset 1 endOffset 2 width 5.33: "a"
chunk 1 (middle anchor) text run 3 at (225.33,19.00) startOffset 2 endOffset 3 width 3.33: "t"
- chunk 1 (middle anchor) text run 4 at (233.47,19.00) startOffset 3 endOffset 4 width 3.33: "i"
- chunk 1 (middle anchor) text run 5 at (241.60,19.00) startOffset 4 endOffset 5 width 6.00: "k"
+ chunk 1 (middle anchor) text run 4 at (234.67,19.00) startOffset 3 endOffset 4 width 3.33: "i"
+ chunk 1 (middle anchor) text run 5 at (244.00,19.00) startOffset 4 endOffset 5 width 6.00: "k"
LayoutSVGText {text} at (125.61,29) size 198.77x14 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (125.61,29) size 198.77x14
chunk 1 (middle anchor) text run 1 at (125.62,40.00) startOffset 0 endOffset 38 width 198.77: "textLength=\"50\" lengthAdjust=\"spacing\""

Powered by Google App Engine
This is Rietveld 408576698