diff --git a/source b/source index 243c0c1cf7f..383fbffff75 100644 --- a/source +++ b/source @@ -4592,12 +4592,14 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
  • navigation status id
  • navigation status status
  • navigation status canceled
  • +
  • navigation status committed
  • navigation status pending
  • navigation status complete
  • navigation status url
  • -
  • WebDriver BiDi navigation started
  • WebDriver BiDi navigation aborted
  • +
  • WebDriver BiDi navigation committed
  • WebDriver BiDi navigation failed
  • +
  • WebDriver BiDi navigation started
  • WebDriver BiDi download started
  • WebDriver BiDi fragment navigated
  • WebDriver BiDi DOM content loaded
  • @@ -104294,9 +104296,22 @@ location.href = '#foo';
  • -

    If documentIsNew is true, then: +

    If documentIsNew is true, then:

      +
    1. Assert: document's during-loading navigation ID for WebDriver BiDi + is not null.

    2. + +
    3. Invoke WebDriver BiDi navigation committed with navigable and a + new WebDriver BiDi navigation status whose id is document's during-loading navigation ID for WebDriver BiDi, + status is "comitted", and url is document's URL

    4. +
    5. Try to scroll to the fragment for document.

    6. At this point scripts may run for the newly-created document