Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassdefaultValue and value include CDATASection Text nodes
Asserts run
Pass
assert_equals("foo bar baz", "foo bar baz", "the defaultValue should reflect the textContent")
    at Test.<anonymous> ( /html/semantics/forms/the-textarea-element/value-defaultValue-textContent-xhtml.xhtml:19:3)
Pass
assert_equals("foo bar baz", "foo bar baz", "changing the child text content should change the raw value, and subsequently the api value")
    at Test.<anonymous> ( /html/semantics/forms/the-textarea-element/value-defaultValue-textContent-xhtml.xhtml:20:3)