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

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

Issue 1175513002: Removing Interface SVGRenderingIntent (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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/js-svg-constructors.svg
diff --git a/LayoutTests/svg/custom/js-svg-constructors.svg b/LayoutTests/svg/custom/js-svg-constructors.svg
index b8f78da4891769cffb5a8e9431cbf668289c7e10..f9c4fcbe91c7594690729fbd31038b853f137b61 100644
--- a/LayoutTests/svg/custom/js-svg-constructors.svg
+++ b/LayoutTests/svg/custom/js-svg-constructors.svg
@@ -158,13 +158,6 @@
expect("SVGPreserveAspectRatio.SVG_MEETORSLICE_MEET", 1);
expect("SVGPreserveAspectRatio.SVG_MEETORSLICE_SLICE", 2);
- expect("SVGRenderingIntent.RENDERING_INTENT_UNKNOWN", 0);
- expect("SVGRenderingIntent.RENDERING_INTENT_AUTO", 1);
- expect("SVGRenderingIntent.RENDERING_INTENT_PERCEPTUAL", 2);
- expect("SVGRenderingIntent.RENDERING_INTENT_RELATIVE_COLORIMETRIC", 3);
- expect("SVGRenderingIntent.RENDERING_INTENT_SATURATION", 4);
- expect("SVGRenderingIntent.RENDERING_INTENT_ABSOLUTE_COLORIMETRIC", 5);
-
expect("SVGTextContentElement.LENGTHADJUST_UNKNOWN", 0);
expect("SVGTextContentElement.LENGTHADJUST_SPACING", 1);
expect("SVGTextContentElement.LENGTHADJUST_SPACINGANDGLYPHS", 2);

Powered by Google App Engine
This is Rietveld 408576698