Chromium Code Reviews| Index: LayoutTests/platform/chromium-win/fast/dom/DeviceOrientation/window-property-expected.txt |
| diff --git a/LayoutTests/platform/chromium-win/fast/dom/DeviceOrientation/window-property-expected.txt b/LayoutTests/platform/chromium-win/fast/dom/DeviceOrientation/window-property-expected.txt |
| index 900c9caa46fba6f38c24fa5154ea8612ae22d6d0..c0838a141b08bf81af701192097a3be4abf18f50 100644 |
| --- a/LayoutTests/platform/chromium-win/fast/dom/DeviceOrientation/window-property-expected.txt |
| +++ b/LayoutTests/platform/chromium-win/fast/dom/DeviceOrientation/window-property-expected.txt |
| @@ -5,7 +5,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE |
| FAIL typeof window.DeviceOrientationEvent == 'object' should be true. Was false. |
| FAIL typeof window.DeviceOrientationEvent == 'function' should be false. Was true. |
| -PASS hasDeviceOrientationEventProperty() is true |
| +PASS hasDeviceOrientationEventProperty() is false |
|
arv (Not doing code reviews)
2013/04/24 15:34:08
Yeah, this reads wrong.
|
| PASS 'DeviceOrientationEvent' in window is true |
| PASS window.hasOwnProperty('DeviceOrientationEvent') is true |
| PASS typeof window.ondeviceorientation == 'object' is true |