Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassA file input without a disabled attribute that is a descendant of a disabled fieldset should be disabled (modulo legend-related complications that don't apply here)
Asserts run
Pass
assert_true(true, "disabled fieldset should be disabled")
    at Test.<anonymous> ( /html/semantics/forms/the-fieldset-element/disabled-002.xhtml:20:7)
Pass
assert_false(false, "form control descendant of disabled fieldset that is not also a descendant of a legend should be disabled")
    at Test.<anonymous> ( /html/semantics/forms/the-fieldset-element/disabled-002.xhtml:21:7)