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

Unified Diff: LayoutTests/svg/text/alt-glyph-for-surrogate-pair-expected.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-glyph-for-surrogate-pair-expected.svg
diff --git a/LayoutTests/svg/text/alt-glyph-for-surrogate-pair-expected.svg b/LayoutTests/svg/text/alt-glyph-for-surrogate-pair-expected.svg
deleted file mode 100644
index a88516a71b1188e7bbc92f0189a426a4c47111b5..0000000000000000000000000000000000000000
--- a/LayoutTests/svg/text/alt-glyph-for-surrogate-pair-expected.svg
+++ /dev/null
@@ -1,10 +0,0 @@
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink">
- <svg width="200" height="100" xmlns="http://www.w3.org/2000/svg">
- <font>
- <font-face font-family="xyzzy" units-per-em="10"/>
- <glyph id="sekrit" horiz-adv-x="14" d="m0,0 l10,0 l0,10 l-10,0 z"/>
- </font>
- <rect fill="green" x="25" y="9" width="16" height="16"/>
- <text x="47" y="25" font-family="xyzzy">PASSED</text>
- </svg>
-</html>

Powered by Google App Engine
This is Rietveld 408576698