Pass | An action URL should be resolved relative to the document's base URL (= the document's URL in this case) | Asserts runPass | assert_equals("https://wpt.live/html/semantics/forms/the-form-element/a.html", "https://wpt.live/html/semantics/forms/the-form-element/a.html", "action should equal the correct absolute URL")
at Test.<anonymous> ( /html/semantics/forms/the-form-element/form-action-reflection.html:18:3) |
|
Pass | An empty-string action content attribute should cause the IDL attribute to return the document's URL (= the document's base URL in this case) | Asserts runPass | assert_equals("https://wpt.live/html/semantics/forms/the-form-element/form-action-reflection.html", "https://wpt.live/html/semantics/forms/the-form-element/form-action-reflection.html")
at Test.<anonymous> ( /html/semantics/forms/the-form-element/form-action-reflection.html:25:3) |
|
Pass | A missing action content attribute should cause the IDL attribute to return the document's URL (= the document's base URL in this case) | Asserts runPass | assert_equals("https://wpt.live/html/semantics/forms/the-form-element/form-action-reflection.html", "https://wpt.live/html/semantics/forms/the-form-element/form-action-reflection.html")
at Test.<anonymous> ( /html/semantics/forms/the-form-element/form-action-reflection.html:31:3) |
|