Pass | An action URL should be resolved relative to the document's base URL (not the document's URL) | Asserts runPass | 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) |
|
Pass | An empty-string action content attribute should cause the IDL attribute to return the document's URL (not the document's base URL) | Asserts runPass | 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) |
|
Pass | A missing action content attribute should cause the IDL attribute to return the document's URL (not the document's base URL) | Asserts runPass | 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) |
|