Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassThe value of the href attribute must be the document's address if it is unspecified
Asserts run
Pass
assert_equals("https://wpt.live/html/semantics/document-metadata/the-base-element/base_href_unspecified.html", "https://wpt.live/html/semantics/document-metadata/the-base-element/base_href_unspecified.html", "Return the document base URL if the base element has no href content attribute.")
    at Test.<anonymous> ( /html/semantics/document-metadata/the-base-element/base_href_unspecified.html:23:5)
PassThe src attribute of the img element must relative to document's address
Asserts run
Pass
assert_true(true, "The src attribute of the img element is incorrect.")
    at Test.<anonymous> ( /html/semantics/document-metadata/the-base-element/base_href_unspecified.html:28:5)