Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
PassAn action URL should be resolved relative to the document's base URL (= the document's URL in this case)
Asserts run
Pass
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)
PassAn 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 run
Pass
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)
PassA missing action content attribute should cause the IDL attribute to return the document's URL (= the document's base URL in this case)
Asserts run
Pass
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)