| 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 dcf3f1442ab40af1737f58e8d071e4244ae5c1f8..9f4db01f013aaf06fd35c9788b78c34610f29741 100644
|
| --- a/LayoutTests/fast/dom/DeviceMotion/create-event-expected.txt
|
| +++ b/LayoutTests/fast/dom/DeviceMotion/create-event-expected.txt
|
| @@ -7,17 +7,17 @@ PASS typeof event == 'object' is true
|
| PASS 'type' in event is true
|
| PASS 'bubbles' in event is true
|
| PASS 'cancelable' in event is true
|
| -FAIL 'acceleration' in event should be true. Was false.
|
| -FAIL 'accelerationIncludingGravity' in event should be true. Was false.
|
| -FAIL 'rotationRate' in event should be true. Was false.
|
| -FAIL 'interval' in event should be true. Was false.
|
| +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
|
| -FAIL typeof event.acceleration == 'object' should be true. Was false.
|
| -FAIL typeof event.accelerationIncludingGravity == 'object' should be true. Was false.
|
| -FAIL typeof event.rotationRate == 'object' should be true. Was false.
|
| -FAIL typeof event.interval == 'object' should be true. Was false.
|
| +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
|
|
|
| TEST COMPLETE
|
|
|