Re: [fullscreen-tests] Test the many ways for fullscreen requests and exits to compete (#4250)

That issue was about requesting fullscreen for the same element, and I still agree with the conclusion of firing no events. document-exit-fullscreen-vs-request-manual.html also requests fullscreen for the current fullscreen element, but if there's no checking synchronously in `requestFullscreen()` it may no longer be the fullscreen element when the animation frame task runs.

What I really wanted to test was a request requiring no resize competing with an exit requiring a resize, so I'll update the test to request fullscreen on another element and see if I can make it match Firefox's behavior.

View on GitHub: https://github.com/w3c/web-platform-tests/pull/4250#issuecomment-263573614

Received on Tuesday, 29 November 2016 13:46:11 UTC