Mypal/editor/reftests/1088158.html
2019-03-11 13:26:37 +03:00

9 lines
196 B
HTML

<!DOCTYPE html>
<script>
onload = function() {
var t = document.createElement('textarea');
t.placeholder = "placeholder";
document.body.appendChild(t.cloneNode(true));
}
</script>