| Index: third_party/WebKit/LayoutTests/device_orientation/motion/add-listener-from-callback.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/add-listener-from-callback.html b/third_party/WebKit/LayoutTests/device_orientation/motion/add-listener-from-callback.html
|
| similarity index 97%
|
| rename from third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/add-listener-from-callback.html
|
| rename to third_party/WebKit/LayoutTests/device_orientation/motion/add-listener-from-callback.html
|
| index 356a98d3a7cc8a3a26f5afc4998bda497f934430..9994abe0e6a352e093ef568841d741b383fdb6ec 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/add-listener-from-callback.html
|
| +++ b/third_party/WebKit/LayoutTests/device_orientation/motion/add-listener-from-callback.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 that adding a new devicemotion event listener from a callback works as expected.');
|
|
|
|
|