Pass | An action URL should be resolved relative to the document's base URL (= document's URL in this case) | Asserts runPass | 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) |
|
Pass | An empty-string action should submit the form to the document's URL (= document's base URL in this case) | Asserts runPass | 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) |
|
Pass | A missing action should submit the form to the document's URL (= document's base URL in this case) | Asserts runPass | 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) |
|