Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
Passchange-focus-again-in-blur-during-intercept
Asserts run
Pass
assert_equals(Element node <body> <script> promise_test(async t => {   let intercept..., Element node <body> <script> promise_test(async t => {   let intercept..., "Start on body")
    at Test.<anonymous> ( /navigation-api/focus-reset/change-focus-again-in-blur-during-intercept.html:21:3)
Pass
assert_equals(Element node <button></button>, Element node <button></button>, "focus() worked")
    at Test.<anonymous> ( /navigation-api/focus-reset/change-focus-again-in-blur-during-intercept.html:23:3)
Pass
assert_equals(Element node <button tabindex="0"></button>, Element node <button tabindex="0"></button>, "focus() in blur worked")
    at Test.<anonymous> ( /navigation-api/focus-reset/change-focus-again-in-blur-during-intercept.html:28:3)
Pass
assert_equals(Element node <button tabindex="0"></button>, Element node <button tabindex="0"></button>, "Focus was not reset after the transition")
    at Test.<anonymous> ( /navigation-api/focus-reset/change-focus-again-in-blur-during-intercept.html:32:3)