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 |