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

Unified Diff: LayoutTests/svg/zoom/page/zoom-svg-float-border-padding.xml

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-float-border-padding.xml
diff --git a/LayoutTests/svg/zoom/page/zoom-svg-float-border-padding.xml b/LayoutTests/svg/zoom/page/zoom-svg-float-border-padding.xml
index aa7e205153208500d4237bf9f712b0fe971f2035..af02675eb97a146cdca7828ded854837a206d713 100644
--- a/LayoutTests/svg/zoom/page/zoom-svg-float-border-padding.xml
+++ b/LayoutTests/svg/zoom/page/zoom-svg-float-border-padding.xml
@@ -1,5 +1,5 @@
<html xmlns='http://www.w3.org/1999/xhtml'>
- <body onload="runRepaintTest()">
+ <body onload="forceStyleRecalc();repaintTest();">
The two blocks should look identical. One uses an SVG, and the other just uses a normal HTML div.
<p>There should be a red, white and blue pattern below this</p>
@@ -17,7 +17,7 @@
<p style='clear: left'>There should be a red, white and blue pattern above this</p>
<script>var zoomCount = 2;</script>
- <script src="../../../fast/repaint/resources/repaint.js"/>
+ <script src="../../../fast/repaint/resources/text-based-repaint.js"/>
<script src="../resources/testPageZoom.js"/>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698