Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassAncestor's activeElement should be cleared when child loses focus
Asserts run
Pass
assert_true(true, "Initially, the activeElement of the outer iframe should be <body>")
    at Test.<anonymous> ( /focus/ancestor-activeelement-after-child-lose-focus.html:17:5)
Pass
assert_true(true, "The activeElement of the outer iframe should be the inner iframe")
    at Test.<anonymous> ( /focus/ancestor-activeelement-after-child-lose-focus.html:27:5)
Pass
assert_true(true, "The activeElement of the outer iframe should be reverted back to <body>")
    at Test.<anonymous> ( /focus/ancestor-activeelement-after-child-lose-focus.html:34:5)
Pass
assert_true(true, "The activeElement of the top-level document should be the input")
    at Test.<anonymous> ( /focus/ancestor-activeelement-after-child-lose-focus.html:37:5)