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

Side by Side Diff: LayoutTests/fast/dom/DeviceMotion/add-listener-from-callback-expected.txt

Issue 14460010: Implement the Blink part of the Device Motion API. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: made WebDeviceMotionData more "POD-ish" Created 7 years, 7 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 unified diff | Download patch
OLDNEW
(Empty)
1 Tests that adding a new devicemotion event listener from a callback works as exp ected.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 TEST MODE enabled
7 PASS deviceOrientationEvent.acceleration.x is mockAccelerationX
8 PASS deviceOrientationEvent.acceleration.y is mockAccelerationY
9 PASS deviceOrientationEvent.acceleration.z is mockAccelerationZ
10 PASS deviceOrientationEvent.accelerationIncludingGravity.x is mockAccelerationIn cludingGravityX
11 PASS deviceOrientationEvent.accelerationIncludingGravity.y is mockAccelerationIn cludingGravityY
12 PASS deviceOrientationEvent.accelerationIncludingGravity.z is mockAccelerationIn cludingGravityZ
13 PASS deviceOrientationEvent.rotationRate.alpha is mockRotationRateAlpha
14 PASS deviceOrientationEvent.rotationRate.beta is mockRotationRateBeta
15 PASS deviceOrientationEvent.rotationRate.gamma is mockRotationRateGamma
16 PASS deviceOrientationEvent.interval is mockInterval
17 PASS successfullyParsed is true
18
19 TEST COMPLETE
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698