Pass | An action URL should be resolved relative to the document's base URL (not document URL) | 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-with-base-url.html:19:7) |
|
Pass | An empty-string action should submit the form to its containing document's URL (not its base URL) | Asserts runPass | 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) |
|
Pass | A missing action should submit the form to its containing document's URL (not its base URL) | Asserts runPass | 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) |
|