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

Unified Diff: LayoutTests/fast/dom/shadow/drop-event-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-in-shadow.html
diff --git a/LayoutTests/fast/dom/shadow/drop-event-in-shadow.html b/LayoutTests/fast/dom/shadow/drop-event-in-shadow.html
index b8d45ef21a7e1066b912751a190d3873f167191e..d964cd4fd92c6aba7e47a6a28e0eb863f0d8d4ae 100644
--- a/LayoutTests/fast/dom/shadow/drop-event-in-shadow.html
+++ b/LayoutTests/fast/dom/shadow/drop-event-in-shadow.html
@@ -14,6 +14,7 @@ function createBox(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