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

Unified Diff: LayoutTests/svg/zoom/text/zoom-hixie-mixed-009.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/text/zoom-hixie-mixed-009.xml
diff --git a/LayoutTests/svg/zoom/text/zoom-hixie-mixed-009.xml b/LayoutTests/svg/zoom/text/zoom-hixie-mixed-009.xml
index 93b19b77f27a1f681d1dee3829b8e20e11621486..2a4cf01fd7c2256a873459149b9ac0592dd937d4 100644
--- a/LayoutTests/svg/zoom/text/zoom-hixie-mixed-009.xml
+++ b/LayoutTests/svg/zoom/text/zoom-hixie-mixed-009.xml
@@ -7,7 +7,7 @@
.control { width: 400px; height: 120px; background: #EEEEEE; font-size: 100px; }
</style>
</head>
- <body onload="runRepaintTest()">
+ <body onload="forceStyleRecalc();repaintTest();">
<p>The word "TEST " should appear twice below, the same size each time.</p>
<svg xmlns="http://www.w3.org/2000/svg" width="400" height="120" class="test">
<rect x="0" y="0" width="60" height="12" transform="scale(10)"/>
@@ -18,7 +18,7 @@
<div class="control">TEST</div>
<script>var zoomCount = 2;</script>
- <script src="../../../fast/repaint/resources/repaint.js"/>
+ <script src="../../../fast/repaint/resources/text-based-repaint.js"/>
<script src="../resources/testTextZoom.js"/>
</body>
</html>
« no previous file with comments | « LayoutTests/svg/zoom/text/zoom-hixie-mixed-008.xml ('k') | LayoutTests/svg/zoom/text/zoom-hixie-rendering-model-004.xhtml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698