Sign in
webkit
/
WebKit
/
ff4cb3c2323f3937e96e08f4f6fbe6c7755f9da5
/
.
/
LayoutTests
/
fast
/
forms
/
textarea-setinnerhtml.html
blob: 75bf798c3420630cc744c6243680c9eb4547490e [
file
] [
log
] [
blame
]
<body
onload
=
"
document
.
getElementById
(
't'
).
innerHTML
=
'Test Passed'
"
>
<textarea
id
=
"t"
value
=
"val"
>
Test Failed
</textarea>
</body>