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

Unified Diff: LayoutTests/svg/zoom/page/zoom-hixie-mixed-008.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-hixie-mixed-008.xml
diff --git a/LayoutTests/svg/zoom/page/zoom-hixie-mixed-008.xml b/LayoutTests/svg/zoom/page/zoom-hixie-mixed-008.xml
index 2354be461618e86054cd5f980caa4ac5142e1276..3cdf8e574f7802400aae1b826606fff198e4a24c 100644
--- a/LayoutTests/svg/zoom/page/zoom-hixie-mixed-008.xml
+++ b/LayoutTests/svg/zoom/page/zoom-hixie-mixed-008.xml
@@ -6,7 +6,7 @@
div { text-align: center; }
</style>
</head>
- <body onload="runRepaintTest()">
+ <body onload="forceStyleRecalc();repaintTest();">
<p>There should be a blue circle with the word "TEST" in it below.</p>
<svg xmlns="http://www.w3.org/2000/svg" width="400" height="400">
<rect x="0" y="0" width="400" height="400" fill="blue"/>
@@ -17,7 +17,7 @@
</svg>
<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>
« no previous file with comments | « LayoutTests/svg/zoom/page/zoom-getBoundingClientRect.xhtml ('k') | LayoutTests/svg/zoom/page/zoom-hixie-mixed-009.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698