| Index: LayoutTests/fast/dom/DeviceOrientation/create-event-expected.txt
|
| diff --git a/LayoutTests/fast/dom/DeviceOrientation/create-event-expected.txt b/LayoutTests/fast/dom/DeviceOrientation/create-event-expected.txt
|
| index 33cf12b5643ed3b61188bf067cd3c3337c927cb9..4d27a58c73653aed3f0bdb4d7938b93a12e6fb71 100644
|
| --- a/LayoutTests/fast/dom/DeviceOrientation/create-event-expected.txt
|
| +++ b/LayoutTests/fast/dom/DeviceOrientation/create-event-expected.txt
|
| @@ -10,12 +10,14 @@ PASS 'cancelable' in event is true
|
| PASS 'alpha' in event is true
|
| PASS 'beta' in event is true
|
| PASS 'gamma' in event is true
|
| +PASS 'absolute' 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.alpha == 'object' is true
|
| PASS typeof event.beta == 'object' is true
|
| PASS typeof event.gamma == 'object' is true
|
| +PASS typeof event.absolute == 'object' is true
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|