no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / bugs / 300691-1a.html
blob9f216cd37d2e62b567e63fb47bcfa0ef77999155
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <textarea id="t"></textarea>
5 <script>
6 document.getElementById("t").
7 appendChild(document.createTextNode("abcdefgh"));
8 </script>
9 </body>
10 </html>