Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Tests to check that devicemotion events are not fired when the page is not visib le. | |
| 2 | |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". | |
| 4 | |
| 5 | |
| 6 * Page is visible | |
| 7 Sending mock device motion event | |
| 8 Received a device motion event | |
| 9 PASS eventCount is 1 | |
| 10 * Page is hidden | |
| 11 Sending mock device motion event | |
| 12 PASS eventCount is 1 | |
| 13 * Page is visible | |
| 14 Sending mock device motion event | |
| 15 Received a device motion event | |
| 16 PASS eventCount is 2 | |
| 17 PASS successfullyParsed is true | |
| 18 | |
| 19 TEST COMPLETE | |
| 20 | |
| OLD | NEW |