gecko-dev/layout/reftests/bugs/300691-1a.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
204 B
HTML
Raw Normal View History

2007-01-30 05:48:22 +00:00
<!DOCTYPE html>
<html>
<body>
<textarea id="t"></textarea>
<script>
document.getElementById("t").
appendChild(document.createTextNode("abcdefgh"));
</script>
</body>
</html>