tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / dom / DeviceMotion / script-tests / window-property.js
index 3d22ba8..61a3852 100755 (executable)
@@ -28,5 +28,3 @@ shouldBeTrue("typeof window.ondevicemotion == 'object'");
 shouldBeTrue("hasOnDeviceMotionProperty()");
 shouldBeTrue("'ondevicemotion' in window");
 shouldBeTrue("window.hasOwnProperty('ondevicemotion')");
-
-window.successfullyParsed = true;