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

Unified Diff: LayoutTests/svg/zoom/page/zoom-svg-through-object-with-auto-size.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-through-object-with-auto-size.html
diff --git a/LayoutTests/svg/zoom/page/zoom-svg-through-object-with-auto-size.html b/LayoutTests/svg/zoom/page/zoom-svg-through-object-with-auto-size.html
index ce95c336838a56b2c824f8909a9765b50e8b167c..fc20126c5092839d4f1c80f82aae93619e712ef9 100644
--- a/LayoutTests/svg/zoom/page/zoom-svg-through-object-with-auto-size.html
+++ b/LayoutTests/svg/zoom/page/zoom-svg-through-object-with-auto-size.html
@@ -18,14 +18,14 @@
}
</style>
</head>
-<body onload="runRepaintTest()">
+<body onload="forceStyleRecalc();repaintTest();">
<!-- All objects need to look identical -->
<object class="object1" data="resources/circle.svg"></object>
<object class="object2" data="resources/circle.svg"></object>
<!-- After zooming the circles should still fill the boxes, it remains the same image as before, just smaller as whole -->
<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