Index: LayoutTests/svg/zoom/page/zoom-hixie-rendering-model-004.xhtml |
diff --git a/LayoutTests/svg/zoom/page/zoom-hixie-rendering-model-004.xhtml b/LayoutTests/svg/zoom/page/zoom-hixie-rendering-model-004.xhtml |
index a3ce19960e6e3ec7faf9060adcbf8cad09d53ef2..ea7b467a4ad9995516242b09d3e4ff6bb94e0e48 100644 |
--- a/LayoutTests/svg/zoom/page/zoom-hixie-rendering-model-004.xhtml |
+++ b/LayoutTests/svg/zoom/page/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> |
+ <script src="../../../fast/repaint/resources/text-based-repaint.js"></script> |
<script src="../resources/testPageZoom.js"></script> |
</body> |
</html> |