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

Unified Diff: LayoutTests/svg/zoom/page/zoom-svg-through-object-with-absolute-size.xhtml

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-svg-through-object-with-absolute-size.xhtml
diff --git a/LayoutTests/svg/zoom/page/zoom-svg-through-object-with-absolute-size.xhtml b/LayoutTests/svg/zoom/page/zoom-svg-through-object-with-absolute-size.xhtml
index f947e223fbf4fe46e2c23ec9d1fd4116283ed472..10f569029a59eadfeeb1ed2b98ebf2a0579acea5 100644
--- a/LayoutTests/svg/zoom/page/zoom-svg-through-object-with-absolute-size.xhtml
+++ b/LayoutTests/svg/zoom/page/zoom-svg-through-object-with-absolute-size.xhtml
@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
</head>
-<body onload="runRepaintTest()">
+<body onload="forceStyleRecalc();repaintTest();">
<table align="center" border="0" cellspacing="0" cellpadding="10">
<tr>
@@ -36,7 +36,7 @@
</table>
<script>var zoomCount = 2; window.shouldZoomOut = true;</script>
-<script src="../../../fast/repaint/resources/repaint.js"></script>
+<script src="../../../fast/repaint/resources/text-based-repaint.js"></script>
<script src="../resources/testPageZoom.js"></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698