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

Unified Diff: LayoutTests/svg/zoom/text/zoom-hixie-rendering-model-004.xhtml

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-rendering-model-004.xhtml
diff --git a/LayoutTests/svg/zoom/text/zoom-hixie-rendering-model-004.xhtml b/LayoutTests/svg/zoom/text/zoom-hixie-rendering-model-004.xhtml
index d62865c4fb1a0c03d640f2bcd7dba4169920c159..dcf7031aab7d21c30d7cd50627f570c4305239fd 100644
--- a/LayoutTests/svg/zoom/text/zoom-hixie-rendering-model-004.xhtml
+++ b/LayoutTests/svg/zoom/text/zoom-hixie-rendering-model-004.xhtml
@@ -6,14 +6,14 @@
div { margin: 1em 0; height: 100px; width: 100px; background: navy; }
</style>
</head>
- <body onload="runRepaintTest()">
+ <body onload="forceStyleRecalc();repaintTest();">
<p>Zoom in and out. The following two squares should always be the same size.</p>
<div></div>
<svg height="100px" width="100px" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<rect x="0" y="0" width="100" height="100" fill="navy"/>
</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/testTextZoom.js"></script>
</body>
</html>
« no previous file with comments | « LayoutTests/svg/zoom/text/zoom-hixie-mixed-009.xml ('k') | LayoutTests/svg/zoom/text/zoom-svg-float-border-padding.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698