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

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.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
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")
10
11 PASS
OLDNEW
« no previous file with comments | « LayoutTests/svg/custom/svg-fonts-in-html-linebreaks.html ('k') | LayoutTests/svg/text/text-overflow-ellipsis-svgfont.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698