| Index: third_party/WebKit/LayoutTests/device_orientation/motion/multiple-event-listeners.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/multiple-event-listeners.html b/third_party/WebKit/LayoutTests/device_orientation/motion/multiple-event-listeners.html
|
| similarity index 98%
|
| rename from third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/multiple-event-listeners.html
|
| rename to third_party/WebKit/LayoutTests/device_orientation/motion/multiple-event-listeners.html
|
| index b9590599f9e3f4d38ca36587f79413d696f75624..ea405da3afe133b470179224942894bbd7db9e86 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/multiple-event-listeners.html
|
| +++ b/third_party/WebKit/LayoutTests/device_orientation/motion/multiple-event-listeners.html
|
| @@ -1,7 +1,7 @@
|
| <!DOCTYPE html>
|
| <html>
|
| <body>
|
| -<script src="../../../resources/js-test.js"></script>
|
| +<script src="../../resources/js-test.js"></script>
|
| <script>
|
|
|
| description('Tests using multiple event handlers for the Device Motion API.');
|
|
|