Index: third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/window-property-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/window-property-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/window-property-expected.txt |
index e5f14324457ff39c76a948409373858af9f84e0a..a8917856c6648f3e0d6ea4371b4bcccccbdc54b7 100644 |
--- a/third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/window-property-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/window-property-expected.txt |
@@ -11,7 +11,7 @@ PASS window.hasOwnProperty('DeviceMotionEvent') is true |
PASS typeof window.ondevicemotion == 'object' is true |
PASS hasOnDeviceMotionProperty() is true |
PASS 'ondevicemotion' in window is true |
-FAIL window.hasOwnProperty('ondevicemotion') should be true. Was false. |
+PASS window.hasOwnProperty('ondevicemotion') is true |
PASS successfullyParsed is true |
TEST COMPLETE |