Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 This test makes sure that touch hit rects are reported for fullscreen HTML5 vide o control elements when RuntimeEnabledFeatures::overlayFullscreenVideoEnabled() is true. | |
|
Rick Byers
2014/06/10 21:39:57
Nit: tweak the test description for the fact that
| |
| 2 | |
| 3 Should have single rect on document before fullscreen | |
| 4 #document (0, 0, 800, 600) OK | |
| 5 EVENT(webkitfullscreenchange) | |
| 6 Should report another rect which is not on the document | |
| 7 #document (0, 0, 800, 600) FAIL | |
| 8 END OF TEST | |
| 9 | |
| OLD | NEW |