5 Commits

Author SHA1 Message Date
Dmitry Gozman 057357381a test: triage some fixme tests (#41225) 2026-06-12 10:02:18 +01:00
Yury Semikhatsky 44064c1b54 test: ignoreHTTPSErrors should be isolated between contexts (#35981) 2025-05-16 16:16:45 -07:00
Max Schmitt 08685a654a test: using ServiceWorker on localhost over HTTPS (#27863) 2023-10-31 10:28:57 +01:00
Dmitry Gozman fea8772d95 fix: emit load/domcontentloaded events as reported by the browser (#16861)
Instead of requiring all frames in the subtree to receive a particular
event, we rely on the browser's definition of load and DOMContentLoaded.

This changes logic in a few edge cases:
- Some browsers do not emit load event upon window.stop() at all.
- DOMContentLoaded does not wait for subframes, so they might not be
  ready when passing `{ waitUntil: 'domcontentloaded' }`.

`networkidle` preserves the old logic.
2022-08-26 13:48:05 -07:00
Pavel Feldman 02cac8a066 chore: group tests under tests/ (1) (#13081) 2022-03-25 16:05:50 -07:00