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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/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/DeviceOrientation/create-event-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/create-event-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/create-event-expected.txt
deleted file mode 100644
index 4cd23e5c19ed27ecc1509abc360aaca671b1424a..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/create-event-expected.txt
+++ /dev/null
@@ -1,28 +0,0 @@
-Tests that document.createEvent() works with DeviceOrientationEvent.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS typeof event == 'object' is true
-PASS event.__proto__ is DeviceOrientationEvent.prototype
-PASS 'type' in event is true
-PASS 'bubbles' in event is true
-PASS 'cancelable' in event is true
-PASS 'alpha' in event is true
-PASS 'beta' in event is true
-PASS 'gamma' in event is true
-PASS 'absolute' in event is true
-PASS typeof event.type == 'string' is true
-PASS typeof event.bubbles == 'boolean' is true
-PASS typeof event.cancelable == 'boolean' is true
-PASS typeof event.alpha == 'object' is true
-PASS typeof event.beta == 'object' is true
-PASS typeof event.gamma == 'object' is true
-PASS typeof event.absolute == 'boolean' is true
-PASS newEvent.type is "deviceorientation"
-PASS newEvent.bubbles is false
-PASS newEvent.cancelable is false
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698