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

Unified Diff: LayoutTests/svg/zoom/page/zoom-svg-as-image.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-svg-as-image.html
diff --git a/LayoutTests/svg/zoom/page/zoom-svg-as-image.html b/LayoutTests/svg/zoom/page/zoom-svg-as-image.html
index f47f980376f38e5323a98525044b3404c2988a0d..41593c8640784e215b213a665e2a4d8b7f4fdbe1 100644
--- a/LayoutTests/svg/zoom/page/zoom-svg-as-image.html
+++ b/LayoutTests/svg/zoom/page/zoom-svg-as-image.html
@@ -8,13 +8,13 @@ div {
}
</style>
</head>
-<body style='margin: 0px' onload="runRepaintTest()">
+<body style='margin: 0px' onload="forceStyleRecalc();repaintTest();">
<div>
<img src='../../as-image/resources/green-fixed-size-rect.svg'>
</div>
<script>var zoomCount = 4;</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>

Powered by Google App Engine
This is Rietveld 408576698