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/http/tests/misc/slow-loading-image-in-pattern.html

Issue 196573042: Remove display() from more layout tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: More expectations 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
« no previous file with comments | « LayoutTests/fast/text/font-initial.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « LayoutTests/fast/text/font-initial.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698