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/zoom/page/zoom-img-preserveAspectRatio-support-1.html

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-img-preserveAspectRatio-support-1.html
diff --git a/LayoutTests/svg/zoom/page/zoom-img-preserveAspectRatio-support-1.html b/LayoutTests/svg/zoom/page/zoom-img-preserveAspectRatio-support-1.html
index b92cc2ac690e3f794f60eb5cc234f72be606f5bc..693f92632f369546abba9fd5356bd3b4e0524edd 100644
--- a/LayoutTests/svg/zoom/page/zoom-img-preserveAspectRatio-support-1.html
+++ b/LayoutTests/svg/zoom/page/zoom-img-preserveAspectRatio-support-1.html
@@ -26,7 +26,7 @@
}
</style>
</head>
-<body onload="runRepaintTest()">
+<body onload="forceStyleRecalc();repaintTest();">
<table>
<tr>
<th>
@@ -137,7 +137,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