This is the real summary.

This is the rest of the details.

This summary is not special.
This summary is not special.

Summary

Harness status: OK

Found 8 tests

Details

ResultTest NameMessage
Passdefault display of details element is block
Asserts run
Pass
assert_equals("block", "block")
    at Test.<anonymous> ( /html/rendering/the-details-element/details-display.html:21:5)
Passdefault display of first summary child of details is list-item
Asserts run
Pass
assert_equals("list-item", "list-item")
    at Test.<anonymous> ( /html/rendering/the-details-element/details-display.html:24:5)
Passdefault display of other summary element in details is block
Asserts run
Pass
assert_equals("block", "block")
    at Test.<anonymous> ( /html/rendering/the-details-element/details-display.html:27:5)
Passdefault display of summary element outside details is block
Asserts run
Pass
assert_equals("block", "block")
    at Test.<anonymous> ( /html/rendering/the-details-element/details-display.html:30:5)
Passdisplay of details element can be changed
Asserts run
Pass
assert_equals("grid", "grid")
    at Test.<anonymous> ( /html/rendering/the-details-element/details-display.html:42:5)
Passdisplay of first summary child of details can be changed
Asserts run
Pass
assert_equals("flex", "flex")
    at Test.<anonymous> ( /html/rendering/the-details-element/details-display.html:45:5)
Passdisplay of other summary element in details can be changed
Asserts run
Pass
assert_equals("flex", "flex")
    at Test.<anonymous> ( /html/rendering/the-details-element/details-display.html:48:5)
Passdisplay of summary element outside details can be changed
Asserts run
Pass
assert_equals("flex", "flex")
    at Test.<anonymous> ( /html/rendering/the-details-element/details-display.html:51:5)