Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(84)

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/window-property-expected.txt

Issue 2677603003: Move DeviceMotion and DeviceOrientation out from fast/dom/. (Closed)
Patch Set: device_orientation Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/window-property.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/window-property-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/window-property-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/window-property-expected.txt
deleted file mode 100644
index 9893a27632949d4e50df75b7b4db4a6ee5c3b707..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/window-property-expected.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-Tests that the window.DeviceOrientationEvent and window.ondeviceorientation and window.ondeviceorientationabsolute properties are present.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-FAIL typeof window.DeviceOrientationEvent == 'object' should be true. Was false.
-FAIL typeof window.DeviceOrientationEvent == 'function' should be false. Was true.
-PASS window.propertyIsEnumerable('DeviceOrientationEvent') is false
-PASS 'DeviceOrientationEvent' in window is true
-PASS window.hasOwnProperty('DeviceOrientationEvent') is true
-PASS typeof window.ondeviceorientation == 'object' is true
-PASS typeof window.ondeviceorientationabsolute == 'object' is true
-PASS hasProperty('ondeviceorientation') is true
-PASS hasProperty('ondeviceorientationabsolute') is true
-PASS 'ondeviceorientation' in window is true
-PASS 'ondeviceorientationabsolute' in window is true
-PASS window.hasOwnProperty('ondeviceorientation') is true
-PASS window.hasOwnProperty('ondeviceorientationabsolute') is true
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/window-property.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698