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

Unified Diff: LayoutTests/fast/dom/DeviceMotion/fire-last-event-expected.txt

Issue 21256002: Fire null Device Motion events only once. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fixed comments Created 7 years, 5 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: LayoutTests/fast/dom/DeviceMotion/fire-last-event-expected.txt
diff --git a/LayoutTests/fast/dom/DeviceMotion/fire-last-event-expected.txt b/LayoutTests/fast/dom/DeviceMotion/fire-last-event-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..655ea4e29b69c6c4eab4b744019114c01794571b
--- /dev/null
+++ b/LayoutTests/fast/dom/DeviceMotion/fire-last-event-expected.txt
@@ -0,0 +1,29 @@
+Tests to see if the last available event is fired.
+
+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 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 successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/fast/dom/DeviceMotion/fire-last-event.html ('k') | LayoutTests/fast/dom/DeviceMotion/null-values.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698