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)

defect

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.

See Also: → 1988719

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")

I think it's basically the same as bug 1930594.

Status: NEW → RESOLVED
Closed: 4 months ago
Duplicate of bug: 1930594
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.