| OLD | NEW |
| 1 This test makes sure that touch hit rects are reported for fullscreen HTML5 vide
o control elements even when there is a document handler. | 1 This test makes sure that touch hit rects are reported for fullscreen HTML5 vide
o control elements even when there is a document handler. |
| 2 | 2 |
| 3 Should have single rect on document before fullscreen | 3 Should have single rect on document before fullscreen |
| 4 handler: #document (0, 0, 800, 600) | 4 handler: #document (0, 0, 800, 600) |
| 5 | 5 |
| 6 EVENT(webkitfullscreenchange) | 6 EVENT(webkitfullscreenchange) |
| 7 Should report another rect which is not on the document | 7 Should report another rect which is not on the document |
| 8 handler: DIV (42, 3, 671, 24) | 8 handler: DIV (42, 3, 637, 24) |
| 9 | 9 |
| 10 END OF TEST | 10 END OF TEST |
| 11 | 11 |
| OLD | NEW |