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

Unified Diff: LayoutTests/svg/zoom/page/zoom-foreign-content.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-foreign-content.svg
diff --git a/LayoutTests/svg/zoom/page/zoom-foreign-content.svg b/LayoutTests/svg/zoom/page/zoom-foreign-content.svg
index 7c754efb7bd536deb1f6ef05083d119c94ecf722..fd4058f601bb26c0e10a3971a5f615c3c62a33ca 100644
--- a/LayoutTests/svg/zoom/page/zoom-foreign-content.svg
+++ b/LayoutTests/svg/zoom/page/zoom-foreign-content.svg
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" onload="runRepaintTest()">
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" onload="forceStyleRecalc();repaintTest();">
<!-- This test verifies that foreignObject content does not have the zoom factor applied twice. -->
<foreignObject width="800" height="600">
@@ -19,7 +19,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>
« no previous file with comments | « LayoutTests/svg/zoom/page/zoom-css-transforms-expected.svg ('k') | LayoutTests/svg/zoom/page/zoom-foreignObject.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698