Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
PassAn action URL should be resolved relative to the document's base URL (not document URL)
Asserts run
Pass
assert_equals("https://wpt.live/html/semantics/forms/the-form-element/resources/target/form-action-url-target.html?name=value", "https://wpt.live/html/semantics/forms/the-form-element/resources/target/form-action-url-target.html?name=value")
    at Test.<anonymous> ( /html/semantics/forms/the-form-element/form-action-submission-with-base-url.html:19:7)
PassAn empty-string action should submit the form to its containing document's URL (not its base URL)
Asserts run
Pass
assert_equals("https://wpt.live/html/semantics/forms/the-form-element/resources/form-with-action-and-base.sub.html?name=value", "https://wpt.live/html/semantics/forms/the-form-element/resources/form-with-action-and-base.sub.html?name=value")
    at Test.<anonymous> ( /html/semantics/forms/the-form-element/form-action-submission-with-base-url.html:33:7)
PassA missing action should submit the form to its containing document's URL (not its base URL)
Asserts run
Pass
assert_equals("https://wpt.live/html/semantics/forms/the-form-element/resources/form-no-action-with-base.html?name=value", "https://wpt.live/html/semantics/forms/the-form-element/resources/form-no-action-with-base.html?name=value")
    at Test.<anonymous> ( /html/semantics/forms/the-form-element/form-action-submission-with-base-url.html:47:7)