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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/add-during-dispatch-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/add-during-dispatch-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/add-during-dispatch-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/add-during-dispatch-expected.txt
deleted file mode 100644
index adf411c7a874fa572788ce3b1706a5e89c209bd0..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/add-during-dispatch-expected.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-Test no fire listeners added during event dispatch.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS deviceMotionEvent.acceleration.x is mockEvent.accelerationX
-PASS deviceMotionEvent.acceleration.y is mockEvent.accelerationY
-PASS deviceMotionEvent.acceleration.z is mockEvent.accelerationZ
-PASS deviceMotionEvent.accelerationIncludingGravity.x is mockEvent.accelerationIncludingGravityX
-PASS deviceMotionEvent.accelerationIncludingGravity.y is mockEvent.accelerationIncludingGravityY
-PASS deviceMotionEvent.accelerationIncludingGravity.z is mockEvent.accelerationIncludingGravityZ
-PASS deviceMotionEvent.rotationRate.alpha is mockEvent.rotationRateAlpha
-PASS deviceMotionEvent.rotationRate.beta is mockEvent.rotationRateBeta
-PASS deviceMotionEvent.rotationRate.gamma is mockEvent.rotationRateGamma
-PASS deviceMotionEvent.interval is mockEvent.interval
-PASS numSecondListenerCalls is 1
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698