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

Unified Diff: LayoutTests/svg/W3C-SVG-1.1-SE/svgdom-over-01-f.svg

Issue 1153403003: Remove SVGFilterElement's filterRes* attributes and setFilterRes() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase + updated smallFonts.svg and textFeatures.svg Created 5 years, 7 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/W3C-SVG-1.1-SE/svgdom-over-01-f.svg
diff --git a/LayoutTests/svg/W3C-SVG-1.1-SE/svgdom-over-01-f.svg b/LayoutTests/svg/W3C-SVG-1.1-SE/svgdom-over-01-f.svg
index bd6f6b1183a465f1cf10b6adb30c520491b14f91..021fa8d4392e306bafb2a0292341608522556aa8 100644
--- a/LayoutTests/svg/W3C-SVG-1.1-SE/svgdom-over-01-f.svg
+++ b/LayoutTests/svg/W3C-SVG-1.1-SE/svgdom-over-01-f.svg
@@ -147,7 +147,7 @@
new Subtest("g.gradientUnits.baseVal == 2 (SVG_UNIT_TYPE_OBJECTBOUNDINGBOX)", "g.gradientUnits.baseVal == 2"),
// SVGAnimatedInteger
- new Subtest("f.filterResX.baseVal == 0"),
+ new Subtest("c.targetX.baseVal == 0"),
// SVGAnimatedAngle
new Subtest("m.orientAngle.baseVal.value == 0"),

Powered by Google App Engine
This is Rietveld 408576698