Summary

Harness status: OK

Found 5 tests

Details

ResultTest NameMessage
PassHTML parsing should locate 2 details elements in this document
Asserts run
Pass
assert_equals(2, 2)
    at Test.<anonymous> ( /html/semantics/interactive-elements/the-details-element/details.html:26:3)
PassHTML parsing should close an unclosed <p> before <details>
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /html/semantics/interactive-elements/the-details-element/details.html:30:3)
PassHTMLDetailsElement should be exposed for prototyping
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /html/semantics/interactive-elements/the-details-element/details.html:34:3)
Passa dynamically created details element should be instanceof HTMLDetailsElement
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /html/semantics/interactive-elements/the-details-element/details.html:38:3)
Passa details element from the parser should be instanceof HTMLDetailsElement
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /html/semantics/interactive-elements/the-details-element/details.html:42:3)