From dd8bb3de4f353a81954234999f1fea748aee2ea9 Mon Sep 17 00:00:00 2001 From: Ben Murdoch Date: Wed, 11 Aug 2010 14:44:44 +0100 Subject: Merge WebKit at r65072 : Initial merge by git. Change-Id: Ibcf418498376b2660aacb7f8d46ea7085ef91585 --- .../fast/dom/DeviceMotion/window-property-expected.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 LayoutTests/platform/android-v8/fast/dom/DeviceMotion/window-property-expected.txt (limited to 'LayoutTests/platform') diff --git a/LayoutTests/platform/android-v8/fast/dom/DeviceMotion/window-property-expected.txt b/LayoutTests/platform/android-v8/fast/dom/DeviceMotion/window-property-expected.txt new file mode 100644 index 0000000..1bfbc1f --- /dev/null +++ b/LayoutTests/platform/android-v8/fast/dom/DeviceMotion/window-property-expected.txt @@ -0,0 +1,18 @@ +Tests that the window.DeviceMotionEvent and window.ondevicemotion properties are present. + +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". + + +FAIL typeof window.DeviceMotionEvent == 'object' should be true. Was false. +FAIL typeof window.DeviceMotionEvent == 'function' should be false. Was true. +PASS hasDeviceMotionEventProperty() is true +PASS 'DeviceMotionEvent' in window is true +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 successfullyParsed is true + +TEST COMPLETE + -- cgit v1.1