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; |