| Index: third_party/WebKit/LayoutTests/device_orientation/orientation/no-synchronous-events.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/no-synchronous-events.html b/third_party/WebKit/LayoutTests/device_orientation/orientation/no-synchronous-events.html
|
| similarity index 91%
|
| rename from third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/no-synchronous-events.html
|
| rename to third_party/WebKit/LayoutTests/device_orientation/orientation/no-synchronous-events.html
|
| index f7ff86c5cc94eda8c3e0dfc74e1bfc7afb0d587f..6505088307c1eb0830ab226373f68fda98282249 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/no-synchronous-events.html
|
| +++ b/third_party/WebKit/LayoutTests/device_orientation/orientation/no-synchronous-events.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 events are never fired synchronously from a call to window.addEventListener().');
|
|
|
|
|