mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 11:20:03 +00:00
LibWeb: Consistently use navigables for WebDriver BiDi
Corresponds to https://github.com/whatwg/html/pull/10909
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user