| Index: third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/window-property-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/window-property-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/window-property-expected.txt
|
| index 5914d6b481c794ced334f512edf032b524e4e19e..9893a27632949d4e50df75b7b4db4a6ee5c3b707 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/window-property-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/window-property-expected.txt
|
| @@ -1,4 +1,4 @@
|
| -Tests that the window.DeviceOrientationEvent and window.ondeviceorientation properties are present.
|
| +Tests that the window.DeviceOrientationEvent and window.ondeviceorientation and window.ondeviceorientationabsolute properties are present.
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
| @@ -9,9 +9,13 @@ PASS window.propertyIsEnumerable('DeviceOrientationEvent') is false
|
| PASS 'DeviceOrientationEvent' in window is true
|
| PASS window.hasOwnProperty('DeviceOrientationEvent') is true
|
| PASS typeof window.ondeviceorientation == 'object' is true
|
| -PASS hasOnDeviceOrientationProperty() is true
|
| +PASS typeof window.ondeviceorientationabsolute == 'object' is true
|
| +PASS hasProperty('ondeviceorientation') is true
|
| +PASS hasProperty('ondeviceorientationabsolute') is true
|
| PASS 'ondeviceorientation' in window is true
|
| +PASS 'ondeviceorientationabsolute' in window is true
|
| PASS window.hasOwnProperty('ondeviceorientation') is true
|
| +PASS window.hasOwnProperty('ondeviceorientationabsolute') is true
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|