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/win/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/win/svg/batik/text/textLength-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/svg/batik/text/textLength-expected.txt b/third_party/WebKit/LayoutTests/platform/win/svg/batik/text/textLength-expected.txt
index a2a9f3644e3de762cf36d96950dde6b3cd8b8a71..140107a49d016d35ae76b90292e9bae1ba7bf97b 100644
--- a/third_party/WebKit/LayoutTests/platform/win/svg/batik/text/textLength-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/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,7) size 45.20x15 contains 1 chunk(s)
- LayoutSVGInlineText {#text} at (202.39,7) size 45.20x15
- 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.00: "a"
+ LayoutSVGText {text} at (200,7) size 50x15 contains 1 chunk(s)
+ LayoutSVGInlineText {#text} at (200,7) size 50x15
+ 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.00: "a"
chunk 1 (middle anchor) text run 3 at (225.00,19.00) startOffset 2 endOffset 3 width 4.00: "t"
- chunk 1 (middle anchor) text run 4 at (233.80,19.00) startOffset 3 endOffset 4 width 3.00: "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 (235.00,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 (126,28) size 198x15 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (126,28) size 198x15
chunk 1 (middle anchor) text run 1 at (126.00,40.00) startOffset 0 endOffset 38 width 198.00: "textLength=\"50\" lengthAdjust=\"spacing\""

Powered by Google App Engine
This is Rietveld 408576698