| Index: LayoutTests/fast/dom/DeviceOrientation/script-tests/create-event.js
|
| diff --git a/LayoutTests/fast/dom/DeviceOrientation/script-tests/create-event.js b/LayoutTests/fast/dom/DeviceOrientation/script-tests/create-event.js
|
| index fcb28627587fc0870151b833efceb94382a2d664..67bd1f8fd30fe48293462caf07f467ab68ac4a85 100644
|
| --- a/LayoutTests/fast/dom/DeviceOrientation/script-tests/create-event.js
|
| +++ b/LayoutTests/fast/dom/DeviceOrientation/script-tests/create-event.js
|
| @@ -10,6 +10,7 @@ shouldBeTrue("'cancelable' in event");
|
| shouldBeTrue("'alpha' in event");
|
| shouldBeTrue("'beta' in event");
|
| shouldBeTrue("'gamma' in event");
|
| +shouldBeTrue("'absolute' in event");
|
|
|
| shouldBeTrue("typeof event.type == 'string'");
|
| shouldBeTrue("typeof event.bubbles == 'boolean'");
|
| @@ -17,3 +18,4 @@ shouldBeTrue("typeof event.cancelable == 'boolean'");
|
| shouldBeTrue("typeof event.alpha == 'object'");
|
| shouldBeTrue("typeof event.beta == 'object'");
|
| shouldBeTrue("typeof event.gamma == 'object'");
|
| +shouldBeTrue("typeof event.absolute == 'object'");
|
|
|