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

Unified Diff: LayoutTests/svg/custom/js-svg-constructors.svg

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
Index: LayoutTests/svg/custom/js-svg-constructors.svg
diff --git a/LayoutTests/svg/custom/js-svg-constructors.svg b/LayoutTests/svg/custom/js-svg-constructors.svg
index 74d6dc39439eaeb31b28584d6bd11ffa2e6e0bc1..b8f78da4891769cffb5a8e9431cbf668289c7e10 100644
--- a/LayoutTests/svg/custom/js-svg-constructors.svg
+++ b/LayoutTests/svg/custom/js-svg-constructors.svg
@@ -30,11 +30,6 @@
expect("SVGAngle.SVG_ANGLETYPE_RAD", 3);
expect("SVGAngle.SVG_ANGLETYPE_GRAD", 4)
- expect("SVGColor.SVG_COLORTYPE_UNKNOWN", 0);
- expect("SVGColor.SVG_COLORTYPE_RGBCOLOR", 1);
- expect("SVGColor.SVG_COLORTYPE_RGBCOLOR_ICCCOLOR", 2);
- expect("SVGColor.SVG_COLORTYPE_CURRENTCOLOR", 3);
-
if (window.SVGComponentTransferFunctionElement) {
expect("SVGComponentTransferFunctionElement.SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN", 0);
expect("SVGComponentTransferFunctionElement.SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY", 1);
@@ -127,17 +122,6 @@
expect("SVGMarkerElement.SVG_MARKER_ORIENT_AUTO", 1);
expect("SVGMarkerElement.SVG_MARKER_ORIENT_ANGLE", 2);
- expect("SVGPaint.SVG_PAINTTYPE_UNKNOWN", 0);
- expect("SVGPaint.SVG_PAINTTYPE_RGBCOLOR", 1);
- expect("SVGPaint.SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR", 2);
- expect("SVGPaint.SVG_PAINTTYPE_NONE", 101);
- expect("SVGPaint.SVG_PAINTTYPE_CURRENTCOLOR", 102);
- expect("SVGPaint.SVG_PAINTTYPE_URI_NONE", 103);
- expect("SVGPaint.SVG_PAINTTYPE_URI_CURRENTCOLOR", 104);
- expect("SVGPaint.SVG_PAINTTYPE_URI_RGBCOLOR", 105);
- expect("SVGPaint.SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR", 106);
- expect("SVGPaint.SVG_PAINTTYPE_URI", 107);
-
expect("SVGPathSeg.PATHSEG_UNKNOWN", 0);
expect("SVGPathSeg.PATHSEG_CLOSEPATH", 1);
expect("SVGPathSeg.PATHSEG_MOVETO_ABS", 2);
« no previous file with comments | « LayoutTests/svg/custom/global-constructors-expected.txt ('k') | LayoutTests/svg/custom/js-svg-constructors-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698