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

Unified Diff: LayoutTests/fast/repaint/bugzilla-6473.html

Issue 316193003: Fix some async repaint tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: NeedsRebaseline more tests Created 6 years, 6 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/TestExpectations ('k') | LayoutTests/fast/repaint/bugzilla-6473-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/repaint/bugzilla-6473.html
diff --git a/LayoutTests/fast/repaint/bugzilla-6473.html b/LayoutTests/fast/repaint/bugzilla-6473.html
index acf2bb35c21918e3b3755ab71e31ad53b67c97b7..52f0f04991357d4e627632334fec94313aecb956 100644
--- a/LayoutTests/fast/repaint/bugzilla-6473.html
+++ b/LayoutTests/fast/repaint/bugzilla-6473.html
@@ -4,20 +4,9 @@
<head>
<script src="resources/text-based-repaint.js"></script>
<script type="text/javascript">
-function finish()
-{
- document.getElementById('allcontent').style.overflow = '';
-
- if (window.testRunner)
- testRunner.notifyDone();
-}
-
function repaintTest()
{
- if (window.testRunner)
- testRunner.waitUntilDone();
-
- window.setTimeout(finish, 1);
+ document.getElementById('allcontent').style.overflow = '';
}
</script>
</head>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/repaint/bugzilla-6473-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698