You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there are two nested iframes that run on different origins (e.g. index.html loads an iframe with src https://domain1.com/iframe.html which loads an iframe with src https://domain2.com/iframe.html) then using page.waitForLoadState('networkidle') doesn't work unless you turn off IsolateOrigins and site-per-process.
It looks like the two requests to the iframe.html files never finish.
The text was updated successfully, but these errors were encountered:
Context:
Code Snippet
Reproduction is here: https://github.com/k15a/pw-site-isolation-wait-for-bug
Describe the bug
If there are two nested iframes that run on different origins (e.g.
index.html
loads an iframe with srchttps://domain1.com/iframe.html
which loads an iframe with srchttps://domain2.com/iframe.html
) then usingpage.waitForLoadState('networkidle')
doesn't work unless you turn offIsolateOrigins
andsite-per-process
.It looks like the two requests to the
iframe.html
files never finish.The text was updated successfully, but these errors were encountered: