Bug 302058
| Summary: | [WebDriver][BiDi] browsingContext.create should not trigger navigation, load and domContentLoaded events | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Lauro Moura <lmoura> |
| Component: | WebDriver | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | bburg, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 286790 | ||
Lauro Moura
Reference spec discussion: https://github.com/w3c/webdriver-bidi/issues/766
Reference tests: https://github.com/web-platform-tests/wpt/commit/366451632c8d6b555cb3779e622f02bb3c066ec6
Non exaustive list of tests:
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]
imported/w3c/webdriver/tests/bidi/browsing_context/navigation_committed/navigation_committed.py::test_new_context[tab]
imported/w3c/webdriver/tests/bidi/browsing_context/navigation_committed/navigation_committed.py::test_new_context[window]
imported/w3c/webdriver/tests/bidi/browsing_context/navigation_started/navigation_started.py::test_new_context[tab]
imported/w3c/webdriver/tests/bidi/browsing_context/navigation_started/navigation_started.py::test_new_context[window]
imported/w3c/webdriver/tests/bidi/browsing_context/dom_content_loaded/dom_content_loaded.py::test_new_context_not_emitted[tab]
imported/w3c/webdriver/tests/bidi/browsing_context/dom_content_loaded/dom_content_loaded.py::test_new_context_not_emitted[window]
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/164606215>