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

Unified Diff: LayoutTests/svg/text/vertical-noncjk-non-existing-glyph.html

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/vertical-noncjk-non-existing-glyph.html
diff --git a/LayoutTests/svg/text/vertical-noncjk-non-existing-glyph.html b/LayoutTests/svg/text/vertical-noncjk-non-existing-glyph.html
deleted file mode 100644
index 1b5e8e2a4550b17116c312e3548e384b0c676ae6..0000000000000000000000000000000000000000
--- a/LayoutTests/svg/text/vertical-noncjk-non-existing-glyph.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html>
-<script>
-if (window.testRunner) {
- testRunner.dumpAsText();
- testRunner.waitUntilDone();
-}
-window.onload = function() {
- if (window.testRunner)
- testRunner.notifyDone();
-}
-</script>
-<!-- Passes if it does not crash. -->
-<p>PASS</p>
-<svg xmlns="http://www.w3.org/2000/svg">
- <font>
- <font-face font-family="HappySad"></font-face>
- </font>
- <g style="-webkit-writing-mode: vertical-rl; " font-family="HappySad"><text><altGlyph>&#x6bd73;</altGlyph></text></g>
-</svg>

Powered by Google App Engine
This is Rietveld 408576698