Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
PassThe legend.form return null when it has no fieldset parent
Asserts run
Pass
assert_equals(null, null, "The legend.form return null if it has no fieldset parent.")
    at Test.<anonymous> ( /html/semantics/forms/the-legend-element/HTMLLegendElement.html:21:5)
PassThe legend.form must be same value as fieldset.form
Asserts run
Pass
assert_equals(Element node <form id="fm">     <fieldset id="fs">       <legend id="l..., Element node <form id="fm">     <fieldset id="fs">       <legend id="l..., "The legend.form should be same as fieldset.form.")
    at Test.<anonymous> ( /html/semantics/forms/the-legend-element/HTMLLegendElement.html:26:5)
Pass
assert_equals(Element node <form id="fm">     <fieldset id="fs">       <legend id="l..., Element node <form id="fm">     <fieldset id="fs">       <legend id="l..., "The legend.form should be the correct form.")
    at Test.<anonymous> ( /html/semantics/forms/the-legend-element/HTMLLegendElement.html:28:5)
PassInterface HTMLLegendElement
Asserts run
Pass
assert_true(true, "legend should be a HTMLLegendElement")
    at Test.<anonymous> ( /html/semantics/forms/the-legend-element/HTMLLegendElement.html:33:5)
Pass
assert_readonly(Element node <legend id="lgd1">test</legend>, "form", "The form is not readonly")
    at Test.<anonymous> ( /html/semantics/forms/the-legend-element/HTMLLegendElement.html:34:5)
test
test