Index: third_party/WebKit/LayoutTests/fast/events/inputevents/before-input-order-typing-command.html |
diff --git a/third_party/WebKit/LayoutTests/fast/events/inputevents/before-input-order-typing-command.html b/third_party/WebKit/LayoutTests/fast/events/inputevents/before-input-order-typing-command.html |
index d24eadbf57c927cbc624d0f8074de8b197b69470..73bb2a49d0d4fcafc4e324dc29f1a934797c0056 100644 |
--- a/third_party/WebKit/LayoutTests/fast/events/inputevents/before-input-order-typing-command.html |
+++ b/third_party/WebKit/LayoutTests/fast/events/inputevents/before-input-order-typing-command.html |
@@ -19,7 +19,7 @@ test(function() { |
var actualEventOrder = []; |
var txt = document.getElementById('txt'); |
eventList.forEach(function(eventType) { |
- txt.addEventListener(eventType, function(event) { |
+ document.addEventListener(eventType, function(event) { |
actualEventOrder.push(event.type); |
}); |
}); |