Summary

Harness status: OK

Found 3 tests

Details

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