| Index: third_party/WebKit/LayoutTests/device_orientation/orientation/null-values.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/null-values.html b/third_party/WebKit/LayoutTests/device_orientation/orientation/null-values.html
|
| similarity index 97%
|
| rename from third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/null-values.html
|
| rename to third_party/WebKit/LayoutTests/device_orientation/orientation/null-values.html
|
| index fbf293ff5c07524c92efc2708ec8a968744451de..7a0280ea8b2bfdf0f15aa304843a5538913734c6 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/null-values.html
|
| +++ b/third_party/WebKit/LayoutTests/device_orientation/orientation/null-values.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 null values for some of the event properties.');
|
|
|
|
|