Description

This test validates the ul element.

Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassThe prototype for ul is HTMLUListElement.prototype
Asserts run
Pass
assert_equals(object "[object HTMLUListElement]", object "[object HTMLUListElement]", "HTMLUListElement.prototype should be used for ul")
    at Test.<anonymous> ( /html/semantics/grouping-content/the-ul-element/grouping-ul.html:16:13)