[Webkit-unassigned] [Bug 216607] webkitfullscreenchange does not fire for shadow DOM elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 28 07:45:43 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=216607

--- Comment #13 from Tetsuharu Ohzeki <tetsuharu.ohzeki at gmail.com> ---
(In reply to Ryosuke Niwa from comment #11)
> Comment on attachment 409844 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=409844&action=review
> > LayoutTests/fast/shadow-dom/fullscreen-in-shadow-event-should-propagate.html:54
> > +let button = document.querySelector('button');
> > +button.onclick = goFullscreen;
> 
> Just add the event handler (onclick) in the HTML above.

This is complex by the order of script execution because `goFullscreen` is not defined at `<button onclick=""/>` specified.

By the way, does js-test.js not have a simple assertion which does not require a string to its arguments like NodeJS' `assert()`?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200928/513f0e8d/attachment.htm>


More information about the webkit-unassigned mailing list