Pass | formAction on button support | Asserts runPass | assert_equals("http://www.example.com/", "http://www.example.com/")
at Test.<anonymous> ( /html/semantics/forms/attributes-common-to-form-controls/formaction.html:24:26) |
|
Pass | formAction on input support | Asserts runPass | assert_equals("http://www.example.com/", "http://www.example.com/")
at Test.<anonymous> ( /html/semantics/forms/attributes-common-to-form-controls/formaction.html:25:26) |
|
Pass | formaction absolute URL value on input reflects correct value after being updated by the DOM | Asserts runPass | assert_equals("http://www.example.com/page2.html", "http://www.example.com/page2.html")
at Test.<anonymous> ( /html/semantics/forms/attributes-common-to-form-controls/formaction.html:30:26) |
|
Pass | formAction absolute URL value is correct using getAttribute | Asserts runPass | assert_equals("http://www.example.com/page2.html", "http://www.example.com/page2.html")
at Test.<anonymous> ( /html/semantics/forms/attributes-common-to-form-controls/formaction.html:31:26) |
|
Pass | formAction relative URL value on input reflects correct value after being updated by the DOM | Asserts runPass | assert_equals("https://wpt.live/html/semantics/forms/page3.html", "https://wpt.live/html/semantics/forms/page3.html")
at Test.<anonymous> ( /html/semantics/forms/attributes-common-to-form-controls/formaction.html:36:26) |
|
Pass | formAction relative URL value is correct using getAttribute | Asserts runPass | assert_equals("../page3.html", "../page3.html")
at Test.<anonymous> ( /html/semantics/forms/attributes-common-to-form-controls/formaction.html:37:26) |
|
Pass | On getting, when formaction is missing, the document's address must be returned | Asserts runPass | assert_equals("https://wpt.live/html/semantics/forms/attributes-common-to-form-controls/formaction.html", "https://wpt.live/html/semantics/forms/attributes-common-to-form-controls/formaction.html")
at Test.<anonymous> ( /html/semantics/forms/attributes-common-to-form-controls/formaction.html:39:26) |
|
Pass | On getting, when formaction value is the empty string, the document's address must be returned | Asserts runPass | assert_equals("https://wpt.live/html/semantics/forms/attributes-common-to-form-controls/formaction.html", "https://wpt.live/html/semantics/forms/attributes-common-to-form-controls/formaction.html")
at Test.<anonymous> ( /html/semantics/forms/attributes-common-to-form-controls/formaction.html:40:26) |
|