summaryrefslogtreecommitdiffstats
path: root/LayoutTests/platform/android-jsc/fast/dom/DeviceOrientation/window-property-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/platform/android-jsc/fast/dom/DeviceOrientation/window-property-expected.txt')
-rw-r--r--LayoutTests/platform/android-jsc/fast/dom/DeviceOrientation/window-property-expected.txt17
1 files changed, 0 insertions, 17 deletions
diff --git a/LayoutTests/platform/android-jsc/fast/dom/DeviceOrientation/window-property-expected.txt b/LayoutTests/platform/android-jsc/fast/dom/DeviceOrientation/window-property-expected.txt
deleted file mode 100644
index 6288f30..0000000
--- a/LayoutTests/platform/android-jsc/fast/dom/DeviceOrientation/window-property-expected.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-Tests that the window.DeviceOrientationEvent and window.ondeviceorientation properties are present.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-FAIL typeof window.DeviceOrientationEvent == 'function' should be true. Was false.
-PASS hasDeviceOrientationEventProperty() is true
-PASS 'DeviceOrientationEvent' in window is true
-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 false. Was true.
-PASS successfullyParsed is true
-
-TEST COMPLETE
-