| Index: third_party/WebKit/LayoutTests/ambient-light/window-property.html
|
| diff --git a/third_party/WebKit/LayoutTests/ambient-light/window-property.html b/third_party/WebKit/LayoutTests/ambient-light/window-property.html
|
| deleted file mode 100644
|
| index 99f4a92adae2d12bb68017da93324efeac57742b..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/ambient-light/window-property.html
|
| +++ /dev/null
|
| @@ -1,16 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<body>
|
| -<script src="../resources/js-test.js"></script>
|
| -<script>
|
| -description("Tests that the window.DeviceLightEvent and window.ondevicelight properties are present.");
|
| -
|
| -shouldBeTrue("'DeviceLightEvent' in window");
|
| -shouldBeTrue("window.hasOwnProperty('DeviceLightEvent')");
|
| -
|
| -shouldBeTrue("typeof window.ondevicelight == 'object'");
|
| -shouldBeTrue("'ondevicelight' in window");
|
| -
|
| -</script>
|
| -</body>
|
| -</html>
|
|
|