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

Unified Diff: LayoutTests/svg/filters/feImage-late-indirect-update.svg

Issue 208583004: Remove repaint.js from svg tests that pass without it (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove use-instanceRoot-event-bubbling.xhtml Created 6 years, 9 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/filters/feImage-late-indirect-update.svg
diff --git a/LayoutTests/svg/filters/feImage-late-indirect-update.svg b/LayoutTests/svg/filters/feImage-late-indirect-update.svg
index 458ca6c8edeac6ad2f087ca202594d5e889a0d4f..bba21a36cfaa153207fffc84955edc223b26f057 100644
--- a/LayoutTests/svg/filters/feImage-late-indirect-update.svg
+++ b/LayoutTests/svg/filters/feImage-late-indirect-update.svg
@@ -1,5 +1,5 @@
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" onload="runRepaintTest()">
-<script xlink:href="../../fast/repaint/resources/repaint.js"></script>
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" onload="forceStyleRecalc();repaintTest();">
+<script xlink:href="../../fast/repaint/resources/text-based-repaint.js"></script>
<defs>
<linearGradient id="gradient" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="1">
<stop id="stop" stop-color="red" offset="0"/>

Powered by Google App Engine
This is Rietveld 408576698