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

Unified Diff: LayoutTests/fast/dom/Window/window-properties-device-orientation-expected.txt

Issue 16020003: Blink-side Device Motion API testing. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fixed window-property layout test Created 7 years, 5 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: LayoutTests/fast/dom/Window/window-properties-device-orientation-expected.txt
diff --git a/LayoutTests/fast/dom/Window/window-properties-device-orientation-expected.txt b/LayoutTests/fast/dom/Window/window-properties-device-orientation-expected.txt
index 8667a1feff59bf6a84347425d883eb941096dd84..4958aed9930b0a78d7f09cfd5306c60c2ebdc1fe 100644
--- a/LayoutTests/fast/dom/Window/window-properties-device-orientation-expected.txt
+++ b/LayoutTests/fast/dom/Window/window-properties-device-orientation-expected.txt
@@ -1,7 +1,7 @@
This test dumps all of the properties that are reachable from the window.DeviceMotionEvent window.ondevicemotion, window.DeviceOrientationEvent and window.ondeviceorientation objects, along with their types. These properties are currently enabled by a runtime flag.
-window.DeviceMotionEvent [undefined]
-window.ondevicemotion [undefined]
+window.DeviceMotionEvent [function]
+window.ondevicemotion [null]
window.DeviceOrientationEvent [function]
window.ondeviceorientation [null]

Powered by Google App Engine
This is Rietveld 408576698