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

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

Issue 210253003: Make data: urls always parse async (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased 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 0cfc600093f41f7bae41cf627070efb1e318bc41..a60a3ce533da345e1a1d1406cf8c4e1a3c96a7c5 100644
--- a/LayoutTests/fast/events/drag-and-drop-autoscroll-inner-frame.html
+++ b/LayoutTests/fast/events/drag-and-drop-autoscroll-inner-frame.html
@@ -26,7 +26,8 @@ function setUpTest()
}
window.jsTestIsAsync = true;
- setTimeout(testIt, 0);
+ iframe = document.getElementById('scrollable');
+ iframe.onload = testIt;
}
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