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

Unified Diff: LayoutTests/fast/dom/shadow/drop-event-for-input-in-shadow.html

Issue 181493007: Don't stop the documentLoader on navigations. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: update test expectation Created 6 years, 7 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/dom/shadow/drop-event-for-input-in-shadow.html
diff --git a/LayoutTests/fast/dom/shadow/drop-event-for-input-in-shadow.html b/LayoutTests/fast/dom/shadow/drop-event-for-input-in-shadow.html
index 0c427cf8a46cdee6233fc3220740d84f3dff0cfc..47c02b1e057fa13b7bf288cc761153ba52c719a8 100644
--- a/LayoutTests/fast/dom/shadow/drop-event-for-input-in-shadow.html
+++ b/LayoutTests/fast/dom/shadow/drop-event-for-input-in-shadow.html
@@ -11,6 +11,7 @@ function createInput(name) {
div.addEventListener('drop', function(e) {
debug('PASS: drop event is fired.');
+ e.preventDefault();
});
return div;

Powered by Google App Engine
This is Rietveld 408576698