| Index: third_party/WebKit/LayoutTests/device_orientation/motion/fire-last-event.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/fire-last-event.html b/third_party/WebKit/LayoutTests/device_orientation/motion/fire-last-event.html
|
| similarity index 98%
|
| rename from third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/fire-last-event.html
|
| rename to third_party/WebKit/LayoutTests/device_orientation/motion/fire-last-event.html
|
| index 13f470da621095152ce8f154aa740a87e8a2ccb2..2158684596507990791fda92b9cc72f5dc5278a8 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/fire-last-event.html
|
| +++ b/third_party/WebKit/LayoutTests/device_orientation/motion/fire-last-event.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 to see if the last available event is fired.');
|
|
|