Index: LayoutTests/fast/dom/DeviceMotion/create-event-expected.txt |
diff --git a/LayoutTests/fast/dom/DeviceMotion/create-event-expected.txt b/LayoutTests/fast/dom/DeviceMotion/create-event-expected.txt |
index 9f4db01f013aaf06fd35c9788b78c34610f29741..606071648b44ea1d83389a4807c6f3ebb4d9e9e7 100644 |
--- a/LayoutTests/fast/dom/DeviceMotion/create-event-expected.txt |
+++ b/LayoutTests/fast/dom/DeviceMotion/create-event-expected.txt |
@@ -1,24 +1,10 @@ |
+CONSOLE MESSAGE: line 3: Uncaught NotSupportedError: The implementation did not support the requested type of object or operation. |
Tests that document.createEvent() works with DeviceMotionEvent. |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
-PASS typeof event == 'object' is true |
-PASS 'type' in event is true |
-PASS 'bubbles' in event is true |
-PASS 'cancelable' in event is true |
-PASS 'acceleration' in event is true |
-PASS 'accelerationIncludingGravity' in event is true |
-PASS 'rotationRate' in event is true |
-PASS 'interval' in event is true |
-PASS typeof event.type == 'string' is true |
-PASS typeof event.bubbles == 'boolean' is true |
-PASS typeof event.cancelable == 'boolean' is true |
-PASS typeof event.acceleration == 'object' is true |
-PASS typeof event.accelerationIncludingGravity == 'object' is true |
-PASS typeof event.rotationRate == 'object' is true |
-PASS typeof event.interval == 'object' is true |
-PASS successfullyParsed is true |
+FAIL successfullyParsed should be true (of type boolean). Was undefined (of type undefined). |
TEST COMPLETE |