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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/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
Index: third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/window-property-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/window-property-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/window-property-expected.txt
deleted file mode 100644
index a8917856c6648f3e0d6ea4371b4bcccccbdc54b7..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/window-property-expected.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-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.
-FAIL hasDeviceMotionEventProperty() should be true. Was false.
-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
-PASS window.hasOwnProperty('ondevicemotion') is true
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698