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 3361eef85f16d7235d4943f885d7ee940ceb688f..5914d6b481c794ced334f512edf032b524e4e19e 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 |
@@ -11,7 +11,7 @@ PASS window.hasOwnProperty('DeviceOrientationEvent') is true |
PASS typeof window.ondeviceorientation == 'object' is true |
PASS hasOnDeviceOrientationProperty() is true |
PASS 'ondeviceorientation' in window is true |
-FAIL window.hasOwnProperty('ondeviceorientation') should be true. Was false. |
+PASS window.hasOwnProperty('ondeviceorientation') is true |
PASS successfullyParsed is true |
TEST COMPLETE |