Index: LayoutTests/svg/text/alt-glpyh-on-fallback-font-crash.svg |
diff --git a/LayoutTests/svg/text/alt-glpyh-on-fallback-font-crash.svg b/LayoutTests/svg/text/alt-glpyh-on-fallback-font-crash.svg |
deleted file mode 100644 |
index c98072d9622ce1a18fda7d68a84eb2db6bf3bbdf..0000000000000000000000000000000000000000 |
--- a/LayoutTests/svg/text/alt-glpyh-on-fallback-font-crash.svg |
+++ /dev/null |
@@ -1,23 +0,0 @@ |
-<svg xmlns="http://www.w3.org/2000/svg"> |
- <g> |
- <defs> |
- <font> |
- <font-face font-family="HappySad"> |
- </font-face> |
- </font> |
- </defs> |
- <g font-family="HappySad" style="-webkit-writing-mode: vertical-rl; "> |
- <text> |
- <altGlyph>A</altGlyph> |
- A: This test passes if you see two As at the start of this message. |
- </text> |
- </g> |
- </g> |
- <script> |
- if (window.testRunner) |
- testRunner.dumpAsText(); |
- |
- var docElement = document.body ? document.body : document.documentElement; |
- if (docElement) docElement.offsetTop; |
- </script> |
-</svg> |