Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(593)

Side by Side Diff: LayoutTests/virtual/android/fullscreen/compositor-touch-hit-rects-fullscreen-video-controls-expected.txt

Issue 1197773002: Always show "exit fullscreen" button. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: /* expositionary text */ Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | Source/core/html/shadow/MediaControls.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
OLDNEW
« no previous file with comments | « no previous file | Source/core/html/shadow/MediaControls.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698