Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1948)

Unified Diff: third_party/WebKit/LayoutTests/ambient-light/window-property.html

Issue 2823753002: Remove device light API
Patch Set: Restore DeviceLightEvent to LayoutTests/external/wpt/dom/nodes/Document-createEvent.html Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698