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 774993002: 1
(Closed)
Created 6 years ago by h.joshi
Modified 6 years ago
Reviewers:
Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Comments: 0