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

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

Issue 114373004: Remove the SVGColor and SVGPaint DOM interfaces (were deprecated). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: text diff fix Created 7 years 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
« no previous file with comments | « LayoutTests/svg/custom/js-svg-constructors-expected.txt ('k') | LayoutTests/svg/dom/SVGColor.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 0dbdc1263d7666dc0bb9b1f20ead9b9103c15a5b..dc221518466ae7e31e76a890b412eb5c39498bc5 100644
--- a/LayoutTests/svg/custom/script-tests/global-constructors.js
+++ b/LayoutTests/svg/custom/script-tests/global-constructors.js
@@ -22,8 +22,6 @@ shouldBeDefined("SVGLengthList");
shouldBeDefined("SVGAnimatedLengthList");
shouldBeDefined("SVGAngle");
shouldBeDefined("SVGAnimatedAngle");
-shouldBeDefined("SVGColor");
-shouldBeDefined("SVGICCColor");
shouldBeDefined("SVGRect");
shouldBeDefined("SVGAnimatedRect");
shouldBeDefined("SVGStylable");
@@ -93,7 +91,6 @@ shouldBeDefined("SVGAltGlyphElement");
shouldBeDefined("SVGAltGlyphDefElement");
shouldBeDefined("SVGAltGlyphItemElement");
shouldBeDefined("SVGGlyphRefElement");
-shouldBeDefined("SVGPaint");
shouldBeDefined("SVGMarkerElement");
shouldBeDefined("SVGColorProfileElement");
shouldBeDefined("SVGColorProfileRule");
« no previous file with comments | « LayoutTests/svg/custom/js-svg-constructors-expected.txt ('k') | LayoutTests/svg/dom/SVGColor.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698