Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 This tests that the video element's controls are draggable in full screen. Press any key to continue. | |
| 2 | |
| 3 EVENT(webkitfullscreenchange) | |
| 4 First drag. | |
| 5 EXPECTED (endBox.left - startBox.left == '15'), OBSERVED '0' FAIL | |
| 6 EXPECTED (endBox.top - startBox.top == '15'), OBSERVED '0' FAIL | |
| 7 Second drag. | |
| 8 EXPECTED (endBox.left - startBox.left == '5'), OBSERVED '0' FAIL | |
| 9 EXPECTED (endBox.top - startBox.top == '5'), OBSERVED '0' FAIL | |
| 10 END OF TEST | |
| 11 | |
| OLD | NEW |