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

Side by Side Diff: LayoutTests/fast/loader/resources/unschedule-relayout-after-unload-target.html

Issue 733633003: Remove some unreliable usages of setTimeout( ,0) from layout tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/http/tests/images/jpeg-partial-load.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <script> 2 <script>
3 window.setTimeout( 3 window.onload = function() {
4 function() { 4 document.body.innerHTML = 'SUCCESS: Navigated';
5 document.body.innerHTML = 'SUCCESS: Navigated'; 5 if (window.testRunner)
6 if (window.testRunner) 6 testRunner.notifyDone();
7 testRunner.notifyDone(); 7 };
8 }, 0);
9 </script> 8 </script>
10 </html> 9 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/http/tests/images/jpeg-partial-load.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698