Mypal/layout/reftests/bugs/300691-1a.html

11 lines
204 B
HTML

<!DOCTYPE html>
<html>
<body>
<textarea id="t"></textarea>
<script>
document.getElementById("t").
appendChild(document.createTextNode("abcdefgh"));
</script>
</body>
</html>