Side by Side Diff: LayoutTests/svg/custom/svg-fonts-in-html-linebreaks-expected.txt
Issue 766163002:
SVG font support was removed from Blink, deleting SVG test cases (Closed)
Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set:
Created 6 years ago
Use n/p to move between diff chunks;
N/P to move between comments.
Draft comments are only viewable by you.
1 This test is to ensure that text rendered with a SVG-font has the same behavior
for handling control characters like newlines, as text rendered though the norma
l (fast or complex) path. The two "a b c" strings below should have the same len
gth and not produce any missing-glyph symbols.
2
3 a b c <--- This text has line breaks in the source HTML ("\n")
4 a b c <--- This text has no line breaks (just "a b c")
5
6 As a reference, this is how normal text looks like for the same usecase:
7
8 a b c <--- This text has line breaks in the source HTML ("\n")
9 a b c <--- This text has no line breaks (just "a b c")
Issue 766163002: SVG font support was removed from Blink, deleting SVG test cases
(Closed)
Created 6 years ago by h.joshi
Modified 6 years ago
Reviewers: pdr., eae
Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Comments: 7