| OLD | NEW |
| 1 Tests using multiple event handlers for the Device Motion API. | 1 Tests using multiple event handlers for the Device Motion API. |
| 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 expectedEvent.accelerationX | 6 PASS deviceMotionEvent.acceleration.x is expectedEvent.accelerationX |
| 7 PASS deviceMotionEvent.acceleration.y is expectedEvent.accelerationY | 7 PASS deviceMotionEvent.acceleration.y is expectedEvent.accelerationY |
| 8 PASS deviceMotionEvent.acceleration.z is expectedEvent.accelerationZ | 8 PASS deviceMotionEvent.acceleration.z is expectedEvent.accelerationZ |
| 9 PASS deviceMotionEvent.accelerationIncludingGravity.x is expectedEvent.accelerat
ionIncludingGravityX | 9 PASS deviceMotionEvent.accelerationIncludingGravity.x is expectedEvent.accelerat
ionIncludingGravityX |
| 10 PASS deviceMotionEvent.accelerationIncludingGravity.y is expectedEvent.accelerat
ionIncludingGravityY | 10 PASS deviceMotionEvent.accelerationIncludingGravity.y is expectedEvent.accelerat
ionIncludingGravityY |
| (...skipping 29 matching lines...) Expand all Loading... |
| 40 PASS deviceMotionEvent.accelerationIncludingGravity.y is expectedEvent.accelerat
ionIncludingGravityY | 40 PASS deviceMotionEvent.accelerationIncludingGravity.y is expectedEvent.accelerat
ionIncludingGravityY |
| 41 PASS deviceMotionEvent.accelerationIncludingGravity.z is expectedEvent.accelerat
ionIncludingGravityZ | 41 PASS deviceMotionEvent.accelerationIncludingGravity.z is expectedEvent.accelerat
ionIncludingGravityZ |
| 42 PASS deviceMotionEvent.rotationRate.alpha is expectedEvent.rotationRateAlpha | 42 PASS deviceMotionEvent.rotationRate.alpha is expectedEvent.rotationRateAlpha |
| 43 PASS deviceMotionEvent.rotationRate.beta is expectedEvent.rotationRateBeta | 43 PASS deviceMotionEvent.rotationRate.beta is expectedEvent.rotationRateBeta |
| 44 PASS deviceMotionEvent.rotationRate.gamma is expectedEvent.rotationRateGamma | 44 PASS deviceMotionEvent.rotationRate.gamma is expectedEvent.rotationRateGamma |
| 45 PASS deviceMotionEvent.interval is expectedEvent.interval | 45 PASS deviceMotionEvent.interval is expectedEvent.interval |
| 46 PASS successfullyParsed is true | 46 PASS successfullyParsed is true |
| 47 | 47 |
| 48 TEST COMPLETE | 48 TEST COMPLETE |
| 49 | 49 |
| OLD | NEW |