| Index: third_party/WebKit/LayoutTests/device_orientation/orientation/window-property.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/window-property.html b/third_party/WebKit/LayoutTests/device_orientation/orientation/window-property.html
|
| similarity index 95%
|
| rename from third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/window-property.html
|
| rename to third_party/WebKit/LayoutTests/device_orientation/orientation/window-property.html
|
| index 59c4a9341f2383d5591cb7d300a6485f79788473..86f62f4b52ee11bc4a9bb5852a3d8e9020cedeef 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/window-property.html
|
| +++ b/third_party/WebKit/LayoutTests/device_orientation/orientation/window-property.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 the window.DeviceOrientationEvent and window.ondeviceorientation and window.ondeviceorientationabsolute properties are present.');
|
|
|
|
|