| Index: third_party/WebKit/LayoutTests/fast/events/pointerevents/mouse-pointer-chorded-buttons.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/events/pointerevents/mouse-pointer-chorded-buttons.html b/third_party/WebKit/LayoutTests/fast/events/pointerevents/mouse-pointer-chorded-buttons.html
|
| index 16741dfb8aadd078111c99e413bc57a69b190093..cefe571ff08146c89127e306163aebed67a9c43f 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/events/pointerevents/mouse-pointer-chorded-buttons.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/events/pointerevents/mouse-pointer-chorded-buttons.html
|
| @@ -29,7 +29,7 @@ function testReceivedEvents(expectedEvents, testLabel) {
|
|
|
| function init() {
|
| var targetDiv = document.getElementById("target");
|
| - targetEvents = ["mousedown", "mouseup", "pointerdown", "pointerup", "mousemove", "pointermove"];
|
| + var targetEvents = ["mousedown", "mouseup", "pointerdown", "pointerup", "mousemove", "pointermove"];
|
|
|
| targetEvents.forEach(function(eventName) {
|
| targetDiv.addEventListener(eventName, function(event) {
|
|
|