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

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

Issue 14179013: Add support for [NoInterfaceObject] extended attribute to bindings generator (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Applied Kentaro's comments Created 7 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: 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 14e22c8bfad823f6404e66416ba29051bc44ee17..cdf29ce42bc47769f5adaee3df2b2d3ae6a59a25 100644
--- a/LayoutTests/fast/dom/Window/window-properties-device-orientation-expected.txt
+++ b/LayoutTests/fast/dom/Window/window-properties-device-orientation-expected.txt
@@ -1,6 +1,6 @@
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 guarded by ENABLE_DEVICE_ORIENTATION.
-window.DeviceMotionEvent [undefined]
+window.DeviceMotionEvent [function]
window.ondevicemotion [undefined]
window.DeviceOrientationEvent [function]
window.ondeviceorientation [null]

Powered by Google App Engine
This is Rietveld 408576698