Index: LayoutTests/http/tests/misc/slow-loading-image-in-pattern.html |
diff --git a/LayoutTests/http/tests/misc/slow-loading-image-in-pattern.html b/LayoutTests/http/tests/misc/slow-loading-image-in-pattern.html |
index de6e5e070af137cc6de448e825f8e2883eefb58b..909b3c426927b2419d4abd523c3f3eda9dee51a2 100644 |
--- a/LayoutTests/http/tests/misc/slow-loading-image-in-pattern.html |
+++ b/LayoutTests/http/tests/misc/slow-loading-image-in-pattern.html |
@@ -12,13 +12,5 @@ You should see a 400x300 rect containing a tiled rendering of the Acid3 referenc |
</defs> |
<rect width="400" height="300" fill="url(#pattern)"/> |
</svg> |
-<script> |
-// Force a layout |
-document.body.offsetWidth; |
- |
-// Repaint immediately before image arrived |
-if (window.testRunner) |
- testRunner.display(); |
-</script> |
</body> |
</html> |