summaryrefslogtreecommitdiffstats
path: root/LayoutTests
diff options
context:
space:
mode:
authorKristian Monsen <kristianm@google.com>2010-08-04 12:47:50 +0100
committerKristian Monsen <kristianm@google.com>2010-08-04 13:01:35 +0100
commit55d1e112c5c998e7b9f2919ca62cdb600e3c2418 (patch)
treeaa31c6b8a11c02884fc39d6f4104587ec3245ba0 /LayoutTests
parent5ab961d131f5c6213c987b95be0fd3d547fec245 (diff)
downloadexternal_webkit-55d1e112c5c998e7b9f2919ca62cdb600e3c2418.zip
external_webkit-55d1e112c5c998e7b9f2919ca62cdb600e3c2418.tar.gz
external_webkit-55d1e112c5c998e7b9f2919ca62cdb600e3c2418.tar.bz2
Merge WebKit at r64264 : LayoutTest expected result
The expected result for fast/dom/DeviceOrientation/window-property-expected is now the jsc output. Removing the old file from the android expected output. Webkit CL that changed the expected from v8 to jsc: http://trac.webkit.org/changeset/64125/trunk/LayoutTests/fast/dom/DeviceOrientation/window-property-expected.txt Change-Id: Idc040906b80dd90c26b115f8c97d6d2e3b35a1b7
Diffstat (limited to 'LayoutTests')
-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
-