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

Unified Diff: LayoutTests/fast/events/drag-and-drop-autoscroll-inner-frame.html

Issue 259443002: Revert of Make data: urls always parse async (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 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
Index: LayoutTests/fast/events/drag-and-drop-autoscroll-inner-frame.html
diff --git a/LayoutTests/fast/events/drag-and-drop-autoscroll-inner-frame.html b/LayoutTests/fast/events/drag-and-drop-autoscroll-inner-frame.html
index a60a3ce533da345e1a1d1406cf8c4e1a3c96a7c5..0cfc600093f41f7bae41cf627070efb1e318bc41 100644
--- a/LayoutTests/fast/events/drag-and-drop-autoscroll-inner-frame.html
+++ b/LayoutTests/fast/events/drag-and-drop-autoscroll-inner-frame.html
@@ -26,8 +26,7 @@
}
window.jsTestIsAsync = true;
- iframe = document.getElementById('scrollable');
- iframe.onload = testIt;
+ setTimeout(testIt, 0);
}
function testIt()
« no previous file with comments | « LayoutTests/fast/dom/document-contentType-data-uri-expected.txt ('k') | LayoutTests/html5lib/resources/runner.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698