Summary

Harness status: OK

Found 8 tests

Details

ResultTest NameMessage
PassformAction on button support
Asserts run
Pass
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)
PassformAction on input support
Asserts run
Pass
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)
Passformaction absolute URL value on input reflects correct value after being updated by the DOM
Asserts run
Pass
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)
PassformAction absolute URL value is correct using getAttribute
Asserts run
Pass
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)
PassformAction relative URL value on input reflects correct value after being updated by the DOM
Asserts run
Pass
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)
PassformAction relative URL value is correct using getAttribute
Asserts run
Pass
assert_equals("../page3.html", "../page3.html")
    at Test.<anonymous> ( /html/semantics/forms/attributes-common-to-form-controls/formaction.html:37:26)
PassOn getting, when formaction is missing, the document's address must be returned
Asserts run
Pass
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)
PassOn getting, when formaction value is the empty string, the document's address must be returned
Asserts run
Pass
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)