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

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

Issue 317703005: Revert of Always preload all tokens before parsing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
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 1746bed929a76ab17b5bc1c5952a131e20be051f..9547a19d59f1047c7f769a723d911fd6e806d9e1 100644
--- a/LayoutTests/fast/events/drag-and-drop-autoscroll-inner-frame.html
+++ b/LayoutTests/fast/events/drag-and-drop-autoscroll-inner-frame.html
@@ -27,8 +27,7 @@
window.jsTestIsAsync = true;
iframe = document.getElementById('scrollable');
- // iframes start in readyState complete, but with the about:blank doc, make sure our doc is loaded.
- if (iframe.src != iframe.contentDocument.URL || iframe.contentDocument.readyState != "complete")
+ if (iframe.contentDocument.readyState != "complete")
iframe.onload = testIt;
else
testIt();

Powered by Google App Engine
This is Rietveld 408576698