Open divmain opened 3 years ago
After loading the @lwc/synthetic-shadow polyfill, exiting fullscreen from a nested shadow root no longer works.
@lwc/synthetic-shadow
git clone https://github.com/divmain/wpt.git cd wpt git checkout synthetic-shadow # Follow initial setup steps detailed in README.LWC.md ./wpt serve & open http://web-platform.test:8000/fullscreen/api/document-exit-fullscreen-nested-shadow-dom.html
Test passes.
Test times out.
Only Chromium-based browsers were tested. Test should also be validated as working against Firefox and Safari.
This issue has been linked to a new work item: W-9950527
Description
After loading the
@lwc/synthetic-shadow
polyfill, exiting fullscreen from a nested shadow root no longer works.Steps to Reproduce
Expected Results
Test passes.
Actual Results
Test times out.
Browsers Affected
Only Chromium-based browsers were tested. Test should also be validated as working against Firefox and Safari.
Version