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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/svg/custom/svg-fonts-in-html-linebreaks-expected.txt
diff --git a/LayoutTests/svg/custom/svg-fonts-in-html-linebreaks-expected.txt b/LayoutTests/svg/custom/svg-fonts-in-html-linebreaks-expected.txt
deleted file mode 100644
index 95dff11e517ff31ae5d58fb456c52efd96edf568..0000000000000000000000000000000000000000
--- a/LayoutTests/svg/custom/svg-fonts-in-html-linebreaks-expected.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-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 normal (fast or complex) path. The two "a b c" strings below should have the same length and not produce any missing-glyph symbols.
-
-a b c <--- This text has line breaks in the source HTML ("\n")
-a b c <--- This text has no line breaks (just "a b c")
-
-As a reference, this is how normal text looks like for the same usecase:
-
-a b c <--- This text has line breaks in the source HTML ("\n")
-a b c <--- This text has no line breaks (just "a b c")
-
-PASS
« 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