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-get-screen-ctm.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-get-screen-ctm.html
diff --git a/LayoutTests/svg/zoom/page/zoom-get-screen-ctm.html b/LayoutTests/svg/zoom/page/zoom-get-screen-ctm.html
index a3ce7e497d65318f108a01885bf4601ce8891722..198025b4146f68377fd028ef9a7877d58fc1b8a7 100644
--- a/LayoutTests/svg/zoom/page/zoom-get-screen-ctm.html
+++ b/LayoutTests/svg/zoom/page/zoom-get-screen-ctm.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<html>
-<body style="margin: 0px; padding: 0px;" onload="runRepaintTest()">
+<body style="margin: 0px; padding: 0px;" onload="forceStyleRecalc();repaintTest();">
<div style="width: 100px; height: 100px;"></div>
<svg id="svg1" xmlns="http://www.w3.org/2000/svg" width="400" height="400">
<rect width="100" height="100" fill="green"/>
@@ -45,7 +45,7 @@
</script>
<script src="../../../resources/js-test.js"></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>
« no previous file with comments | « LayoutTests/svg/zoom/page/zoom-foreignObject.svg ('k') | LayoutTests/svg/zoom/page/zoom-getBoundingClientRect.xhtml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698