LibWeb: Consistently use navigables for WebDriver BiDi

Corresponds to https://github.com/whatwg/html/pull/10909
This commit is contained in:
Sam Atkins 2025-01-29 12:31:32 +00:00
parent f0c597a446
commit 3e4b1056b5
Notes: github-actions[bot] 2025-01-30 15:01:31 +00:00
2 changed files with 20 additions and 26 deletions

View file

@ -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.