DescriptionSync "fully exit fullscreen" with the spec
http://fullscreen.spec.whatwg.org/#fully-exit-fullscreen
https://www.w3.org/Bugs/Public/show_bug.cgi?id=26587
This should not change observable behavior.
When to actually invoke "fully exit fullscreen" is not finalized:
https://www.w3.org/Bugs/Public/show_bug.cgi?id=26584
TEST=LayoutTests/fullscreen/full-screen-exit-when-popup.html (old)
TEST=LayoutTests/fullscreen/model/fully-exit-fullscreen-*.html (new)
The old test enters the fullyExitFullscreen() code path, but passes even
if fullyExitFullscreen() is made an alias of exitFullscreen().
The new tests will fail if a non-top-level document is used or if more
than one element is on the stack when exitFullscreen() is called.
BUG=403763
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=180506
Patch Set 1 #Patch Set 2 : add test #Patch Set 3 : speculative changes #Patch Set 4 : more tests #Patch Set 5 : test with window.open() #
Messages
Total messages: 15 (0 generated)
|