| Index: third_party/WebKit/LayoutTests/fast/events/touch/scroll-without-mouse-lacks-mousemove-events.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/events/touch/scroll-without-mouse-lacks-mousemove-events.html b/third_party/WebKit/LayoutTests/fast/events/touch/scroll-without-mouse-lacks-mousemove-events.html
|
| index 101a0676b2c20806b2211ef64d8d14c66de45fae..837ad73605e72246c77fc4dee57016a7f342300a 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/events/touch/scroll-without-mouse-lacks-mousemove-events.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/events/touch/scroll-without-mouse-lacks-mousemove-events.html
|
| @@ -2,11 +2,6 @@
|
| <html>
|
| <head>
|
| <script>
|
| -if (window.internals)
|
| - window.internals.settings.setDeviceSupportsMouse(false);
|
| -else
|
| - alert("This test requires window.internals");
|
| -
|
| if (window.testRunner) {
|
| testRunner.dumpAsText();
|
| testRunner.waitUntilDone();
|
|
|