Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
PassAn action URL should be resolved relative to the document's base URL (not the document's URL)
Asserts run
Pass
assert_equals("https://wpt.live/common/a.html", "https://wpt.live/common/a.html", "action should equal the correct absolute URL")
    at Test.<anonymous> ( /html/semantics/forms/the-form-element/form-action-reflection-with-base-url.html:19:3)
PassAn empty-string action content attribute should cause the IDL attribute to return the document's URL (not the document's base URL)
Asserts run
Pass
assert_equals("https://wpt.live/html/semantics/forms/the-form-element/form-action-reflection-with-base-url.html", "https://wpt.live/html/semantics/forms/the-form-element/form-action-reflection-with-base-url.html")
    at Test.<anonymous> ( /html/semantics/forms/the-form-element/form-action-reflection-with-base-url.html:26:3)
PassA missing action content attribute should cause the IDL attribute to return the document's URL (not the document's base URL)
Asserts run
Pass
assert_equals("https://wpt.live/html/semantics/forms/the-form-element/form-action-reflection-with-base-url.html", "https://wpt.live/html/semantics/forms/the-form-element/form-action-reflection-with-base-url.html")
    at Test.<anonymous> ( /html/semantics/forms/the-form-element/form-action-reflection-with-base-url.html:32:3)