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

Unified Diff: LayoutTests/svg/text/alt-glpyh-on-fallback-font-crash.svg

Issue 656913006: Remove SVG fonts (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update tests for landing Created 6 years, 2 months 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/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>

Powered by Google App Engine
This is Rietveld 408576698