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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/create-event-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/create-event-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/create-event-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/create-event-expected.txt
deleted file mode 100644
index 8492e24d54820c0d8ef716f5ee07840cb2cfb21c..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/create-event-expected.txt
+++ /dev/null
@@ -1,30 +0,0 @@
-Tests that document.createEvent() works with DeviceMotionEvent.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS typeof event == 'object' is true
-PASS event.__proto__ is DeviceMotionEvent.prototype
-PASS 'type' in event is true
-PASS 'bubbles' in event is true
-PASS 'cancelable' in event is true
-PASS 'acceleration' in event is true
-PASS 'accelerationIncludingGravity' in event is true
-PASS 'rotationRate' in event is true
-PASS 'interval' in event is true
-PASS typeof newEvent.type == 'string' is true
-PASS newEvent.type is "devicemotion"
-PASS typeof newEvent.bubbles == 'boolean' is true
-PASS event.bubbles is false
-PASS newEvent.bubbles is false
-PASS typeof newEvent.cancelable == 'boolean' is true
-PASS event.cancelable is false
-PASS newEvent.cancelable is false
-PASS typeof event.acceleration == 'object' is true
-PASS typeof event.accelerationIncludingGravity == 'object' is true
-PASS typeof event.rotationRate == 'object' is true
-PASS typeof event.interval == 'object' is true
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698