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

Unified Diff: LayoutTests/svg/zoom/page/zoom-mask-with-percentages.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/zoom/page/zoom-mask-with-percentages.svg
diff --git a/LayoutTests/svg/zoom/page/zoom-mask-with-percentages.svg b/LayoutTests/svg/zoom/page/zoom-mask-with-percentages.svg
index f380e604a83ecc9718b0b0550f947a79689536e2..d83c0effd0ab20c324340f751fb98c8a2d52c6c2 100644
--- a/LayoutTests/svg/zoom/page/zoom-mask-with-percentages.svg
+++ b/LayoutTests/svg/zoom/page/zoom-mask-with-percentages.svg
@@ -26,7 +26,7 @@
<!-- @version $Id: maskRegions.svg 475477 2006-11-15 22:44:28Z cam $ -->
<!-- ========================================================================= -->
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="body" width="450" height="500" viewBox="0 0 450 500" onload="runRepaintTest()">
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="body" width="450" height="500" viewBox="0 0 450 500" onload="forceStyleRecalc();repaintTest();">
<title>Mask</title>
<!-- ============================================================= -->
<!-- Test content -->
@@ -131,7 +131,7 @@
<defs>
<script>var zoomCount = 4;</script>
- <script xlink:href="../../../fast/repaint/resources/repaint.js"/>
+ <script xlink:href="../../../fast/repaint/resources/text-based-repaint.js"/>
<script xlink:href="../resources/testPageZoom.js"/>
</defs>
</svg>

Powered by Google App Engine
This is Rietveld 408576698