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

Unified Diff: LayoutTests/svg/custom/resources-svgdom-invalidation-crash.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/custom/resources-svgdom-invalidation-crash.svg
diff --git a/LayoutTests/svg/custom/resources-svgdom-invalidation-crash.svg b/LayoutTests/svg/custom/resources-svgdom-invalidation-crash.svg
index c0c66667593bc75b0fa7439d24d4b71bf4d79744..92c805786008d8d82e6f293d926d71c7751a30e8 100644
--- a/LayoutTests/svg/custom/resources-svgdom-invalidation-crash.svg
+++ b/LayoutTests/svg/custom/resources-svgdom-invalidation-crash.svg
@@ -17,7 +17,7 @@
testRunner.dumpAsText();
setTimeout(function() {
- document.getElementById('filter').setFilterRes(100, 100);
+ document.getElementById('filter').setAttribute('width', 99);
}, 0);
</script>
</svg>

Powered by Google App Engine
This is Rietveld 408576698