Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
Passtextarea element's value should be cloned
Asserts run
Pass
assert_equals("foo bar", "foo bar")
    at Test.<anonymous> ( /html/semantics/forms/the-textarea-element/cloning-steps.html:21:3)
Passtextarea element's dirty value flag should be cloned, so setAttribute doesn't affect the cloned textarea's value
Asserts run
Pass
assert_equals("foo bar", "foo bar")
    at Test.<anonymous> ( /html/semantics/forms/the-textarea-element/cloning-steps.html:31:3)