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

Side by Side Diff: third_party/WebKit/LayoutTests/device_orientation/motion/null-values-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 unified diff | Download patch
OLDNEW
1 Tests using null values for some or all of the event properties. 1 Tests using null values for some or all of the event properties.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS deviceMotionEvent.acceleration.x is mockEvent.accelerationX 6 PASS deviceMotionEvent.acceleration.x is mockEvent.accelerationX
7 PASS deviceMotionEvent.acceleration.y is mockEvent.accelerationY 7 PASS deviceMotionEvent.acceleration.y is mockEvent.accelerationY
8 PASS deviceMotionEvent.acceleration.z is mockEvent.accelerationZ 8 PASS deviceMotionEvent.acceleration.z is mockEvent.accelerationZ
9 PASS deviceMotionEvent.accelerationIncludingGravity.x is mockEvent.accelerationI ncludingGravityX 9 PASS deviceMotionEvent.accelerationIncludingGravity.x is mockEvent.accelerationI ncludingGravityX
10 PASS deviceMotionEvent.accelerationIncludingGravity.y is mockEvent.accelerationI ncludingGravityY 10 PASS deviceMotionEvent.accelerationIncludingGravity.y is mockEvent.accelerationI ncludingGravityY
(...skipping 29 matching lines...) Expand all
40 PASS deviceMotionEvent.accelerationIncludingGravity.y is mockEvent.accelerationI ncludingGravityY 40 PASS deviceMotionEvent.accelerationIncludingGravity.y is mockEvent.accelerationI ncludingGravityY
41 PASS deviceMotionEvent.accelerationIncludingGravity.z is mockEvent.accelerationI ncludingGravityZ 41 PASS deviceMotionEvent.accelerationIncludingGravity.z is mockEvent.accelerationI ncludingGravityZ
42 PASS deviceMotionEvent.rotationRate.alpha is mockEvent.rotationRateAlpha 42 PASS deviceMotionEvent.rotationRate.alpha is mockEvent.rotationRateAlpha
43 PASS deviceMotionEvent.rotationRate.beta is mockEvent.rotationRateBeta 43 PASS deviceMotionEvent.rotationRate.beta is mockEvent.rotationRateBeta
44 PASS deviceMotionEvent.rotationRate.gamma is mockEvent.rotationRateGamma 44 PASS deviceMotionEvent.rotationRate.gamma is mockEvent.rotationRateGamma
45 PASS deviceMotionEvent.interval is mockEvent.interval 45 PASS deviceMotionEvent.interval is mockEvent.interval
46 PASS successfullyParsed is true 46 PASS successfullyParsed is true
47 47
48 TEST COMPLETE 48 TEST COMPLETE
49 49
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698