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

Unified Diff: LayoutTests/svg/custom/script-tests/global-constructors.js

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/custom/script-tests/global-constructors.js
diff --git a/LayoutTests/svg/custom/script-tests/global-constructors.js b/LayoutTests/svg/custom/script-tests/global-constructors.js
index 05a174a435951b6963f68f9ffdfb215aaf3b7369..811d5ad2760882ddd9b4bfe220357222d5499f5e 100644
--- a/LayoutTests/svg/custom/script-tests/global-constructors.js
+++ b/LayoutTests/svg/custom/script-tests/global-constructors.js
@@ -85,10 +85,6 @@ shouldBeDefined("SVGTextPositioningElement");
shouldBeDefined("SVGTextElement");
shouldBeDefined("SVGTSpanElement");
shouldBeDefined("SVGTextPathElement");
-shouldBeDefined("SVGAltGlyphElement");
-shouldBeDefined("SVGAltGlyphDefElement");
-shouldBeDefined("SVGAltGlyphItemElement");
-shouldBeDefined("SVGGlyphRefElement");
shouldBeDefined("SVGMarkerElement");
shouldBeDefined("SVGColorProfileElement");
shouldBeDefined("SVGColorProfileRule");
@@ -139,16 +135,6 @@ shouldBeDefined("SVGAnimateMotionElement");
shouldBeDefined("SVGMPathElement");
shouldBeDefined("SVGAnimateColorElement");
shouldBeDefined("SVGAnimateTransformElement");
-shouldBeDefined("SVGFontElement");
-shouldBeDefined("SVGGlyphElement");
-shouldBeDefined("SVGMissingGlyphElement");
-shouldBeDefined("SVGHKernElement");
-shouldBeDefined("SVGVKernElement");
-shouldBeDefined("SVGFontFaceElement");
-shouldBeDefined("SVGFontFaceSrcElement");
-shouldBeDefined("SVGFontFaceUriElement");
-shouldBeDefined("SVGFontFaceFormatElement");
-shouldBeDefined("SVGFontFaceNameElement");
shouldBeDefined("SVGDefinitionSrcElement");
shouldBeDefined("SVGMetadataElement");
shouldBeDefined("SVGForeignObjectElement");

Powered by Google App Engine
This is Rietveld 408576698