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 391677a02cc4b65a1153f47e0267405f439089b4..ae1855aac5847a0f5b2e72722810ccd0a55fb64f 100644 |
--- a/LayoutTests/fast/dom/DeviceMotion/window-property-expected.txt |
+++ b/LayoutTests/fast/dom/DeviceMotion/window-property-expected.txt |
@@ -3,15 +3,15 @@ Tests that the window.DeviceMotionEvent and window.ondevicemotion properties are |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
-PASS typeof window.DeviceMotionEvent == 'object' is true |
+FAIL typeof window.DeviceMotionEvent == 'object' should be true. Was false. |
PASS typeof window.DeviceMotionEvent == 'function' is false |
-PASS hasDeviceMotionEventProperty() is true |
-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 |
-PASS window.hasOwnProperty('ondevicemotion') is 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. |
+FAIL window.hasOwnProperty('ondevicemotion') should be true. Was false. |
PASS successfullyParsed is true |
TEST COMPLETE |