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