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); |