- From: Philip Jägenstedt <notifications@github.com>
- Date: Wed, 03 May 2023 01:21:43 -0700
- To: whatwg/fullscreen <fullscreen@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 3 May 2023 08:21:48 UTC
For testing, a think a single new test would cover this PR. It should have two sibling divs, A and B. Request fullscreen once per click in order A-B-A and assert that all requests succeed but the last is a no-op and that `document.fullscreenElement` is still B. Bonus points for exiting fullscreen once and asserting that `document.fullscreenElement` is then A again, and then once more to make `document.fullscreenElement` null. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fullscreen/pull/223#issuecomment-1532630083 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fullscreen/pull/223/c1532630083@github.com>
Received on Wednesday, 3 May 2023 08:21:48 UTC