Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassAutofocus elements in iframed documents with "top" fragments should work.
Asserts run
Pass
assert_equals(Element node <iframe src="resources/frame-with-autofocus-element.html#..., Element node <iframe src="resources/frame-with-autofocus-element.html#..., "Autofocus elements in iframes should be focused.")
    at Test.<anonymous> ( /html/interaction/focus/the-autofocus-attribute/document-with-fragment-top.html:15:3)
Pass
assert_true(true)
    at Test.<anonymous> ( /html/interaction/focus/the-autofocus-attribute/document-with-fragment-top.html:18:3)
Pass
assert_not_equals(Element node <iframe src="resources/frame-with-autofocus-element.html#..., Element node <input autofocus=""></input>)
    at Test.<anonymous> ( /html/interaction/focus/the-autofocus-attribute/document-with-fragment-top.html:24:3)
PassAutofocus elements in top-level browsing context's documents with "top" fragments should work.
Asserts run
Pass
assert_not_equals(Element node <input autofocus=""></input>, Element node <body> <div id="anchor1"></div> <input autofocus="">  </b...)
    at Test.<anonymous> ( /html/interaction/focus/the-autofocus-attribute/document-with-fragment-top.html:31:3)