mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-23 18:51:55 +00:00
LibWeb: Consistently use navigables for WebDriver BiDi
Corresponds to https://github.com/whatwg/html/pull/10909
This commit is contained in:
parent
f0c597a446
commit
3e4b1056b5
Notes:
github-actions[bot]
2025-01-30 15:01:31 +00:00
Author: https://github.com/AtkinsSJ
Commit: 3e4b1056b5
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3404
2 changed files with 20 additions and 26 deletions
|
@ -3986,7 +3986,7 @@ void Document::abort()
|
|||
|
||||
// 3. If document's during-loading navigation ID for WebDriver BiDi is non-null, then:
|
||||
if (m_navigation_id.has_value()) {
|
||||
// 1. FIXME: Invoke WebDriver BiDi navigation aborted with document's browsing context,
|
||||
// 1. FIXME: Invoke WebDriver BiDi navigation aborted with document's node navigable,
|
||||
// and new WebDriver BiDi navigation status whose whose id is document's navigation id,
|
||||
// status is "canceled", and url is document's URL.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue