Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassAutofocus elements in iframed documents with non-existent 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-nonexistent.html:14: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-nonexistent.html:21:3)
PassAutofocus elements in top-level browsing context's documents with non-existent 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-nonexistent.html:28:3)