Sign in
webkit
/
WebKit
/
36168652e4948b4e847a9c1caf1fabcf1810968f
/
.
/
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>