Closed
Bug 1988202
Opened 4 months ago
Closed 4 months ago
No load events should be sent for window.open("about:blank")
Categories
(Remote Protocol :: WebDriver BiDi, defect)
Remote Protocol
WebDriver BiDi
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1930594
People
(Reporter: hbenl, Unassigned)
References
Details
When I call window.open("about:blank"), I receive contextCreated, domContentLoaded and load events for the new window.
But when I call window.open(), I only receive a contextCreated event for it.
| Reporter | ||
Comment 1•4 months ago
|
||
Actually the behavior of window.open() is the correct one according to this. I think that window.open("about:blank") should also not send load events (just like it doesn't send navigation events).
Summary: No load events are sent when window.open() is called without a URL → No load events should be sent for window.open("about:blank")
| Reporter | ||
Updated•4 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•