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

Unified Diff: LayoutTests/svg/dom/altGlyph-dom-expected.txt

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/dom/altGlyph-dom-expected.txt
diff --git a/LayoutTests/svg/dom/altGlyph-dom-expected.txt b/LayoutTests/svg/dom/altGlyph-dom-expected.txt
deleted file mode 100644
index d57ff666e70b5b64d28dcc76ba505322ec68c7d4..0000000000000000000000000000000000000000
--- a/LayoutTests/svg/dom/altGlyph-dom-expected.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-一&M000076; 丁
-This test checks that SVG altGlyph elements create the appropriate DOM object.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS altGlyph.tagName is "altGlyph"
-PASS altGlyph.namespaceURI is "http://www.w3.org/2000/svg"
-PASS altGlyph.format is "image/svg+xml"
-PASS altGlyph.format = 'x' threw exception NoModificationAllowedError: Failed to set the 'format' property on 'SVGAltGlyphElement': This object is read-only..
-PASS altGlyph.getStartPositionOfChar(0).x is 72
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698