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

Unified Diff: LayoutTests/fast/dom/DeviceMotion/window-property-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/DeviceMotion/window-property-expected.txt
diff --git a/LayoutTests/fast/dom/DeviceMotion/window-property-expected.txt b/LayoutTests/fast/dom/DeviceMotion/window-property-expected.txt
index ae1855aac5847a0f5b2e72722810ccd0a55fb64f..e5f14324457ff39c76a948409373858af9f84e0a 100644
--- a/LayoutTests/fast/dom/DeviceMotion/window-property-expected.txt
+++ b/LayoutTests/fast/dom/DeviceMotion/window-property-expected.txt
@@ -4,13 +4,13 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
FAIL typeof window.DeviceMotionEvent == 'object' should be true. Was false.
-PASS typeof window.DeviceMotionEvent == 'function' is false
+FAIL typeof window.DeviceMotionEvent == 'function' should be false. Was true.
FAIL hasDeviceMotionEventProperty() should be true. Was false.
-FAIL 'DeviceMotionEvent' in window should be true. Was false.
-FAIL window.hasOwnProperty('DeviceMotionEvent') should be true. Was false.
-FAIL typeof window.ondevicemotion == 'object' should be true. Was false.
-FAIL hasOnDeviceMotionProperty() should be true. Was false.
-FAIL 'ondevicemotion' in window should be true. Was false.
+PASS 'DeviceMotionEvent' in window is true
+PASS window.hasOwnProperty('DeviceMotionEvent') is true
+PASS typeof window.ondevicemotion == 'object' is true
+PASS hasOnDeviceMotionProperty() is true
+PASS 'ondevicemotion' in window is true
FAIL window.hasOwnProperty('ondevicemotion') should be true. Was false.
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698