summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/textarea/textarea-setinnerhtml.html
blob: 75bf798c3420630cc744c6243680c9eb4547490e (plain)
1
2
3
4
<body onload="document.getElementById('t').innerHTML = 'Test Passed'">
<textarea id="t" value="val">Test Failed
</textarea>
</body>