0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
puppeteer/test/assets/frames/one-frame.html
Andrey Lushnikov a7d59b587e
fix(Page): Page.waitForNavigation should correctly handle mixed content ()
This patch teaches Page.waitForNavigation to correctly handle navigation
to pages that have frames that might never load.

These frames include:
- frames which main resource loading was aborted due to mixed-content
  error
- frames that artificially called `window.stop()` to interrupt loading
  themselves

Fixes .
2018-04-10 15:59:41 -07:00

2 lines
37 B
HTML

<iframe src='./frame.html'></iframe>