Bug 288340
| Summary: | [WebDriver][BiDi] Implement the browsingContext.load event | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Lauro Moura <lmoura> |
| Component: | WebDriver | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | a_panta, bburg, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 281943 | ||
Lauro Moura
https://w3c.github.io/webdriver-bidi/#event-browsingContext-load
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/145988576>
Lauro Moura
Initial support for this event was added in https://commits.webkit.org/299810@main (bug297281), but are getting these failures (found after a gardening round):
- We should not emit `load` when a new context is created: https://github.com/w3c/webdriver-bidi/issues/766
imported/w3c/webdriver/tests/bidi/browsing_context/load/load.py::test_new_context_not_emitted[tab]
imported/w3c/webdriver/tests/bidi/browsing_context/load/load.py::test_new_context_not_emitted[window]
- Event is sent with empty `"context"` field
imported/w3c/webdriver/tests/bidi/browsing_context/load/load.py::test_subscribe
imported/w3c/webdriver/tests/bidi/browsing_context/load/load.py::test_timestamp
imported/w3c/webdriver/tests/bidi/browsing_context/load/load.py::test_early_same_document_navigation
imported/w3c/webdriver/tests/bidi/browsing_context/load/load.py::test_page_with_base_tag