-
-
Notifications
You must be signed in to change notification settings - Fork 245
Open
Description
When creating a Toast in a popup window, the element is not properly added to the new document.
Steps:
- Create a new window with
w = window.open('about:blank', '', 'width=200') - Create a toast, and pass the new window's body
w.document.bodyas theselectoroption. - Show that toast notification
Expected: the toast shows up in the new window's body
Actual: it shows up in the original
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels