mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
13 lines
219 B
HTML
13 lines
219 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body onload="document.getElementById('a').lastChild.appendData('4');">
|
|
|
|
<div id="a" style="position: absolute;"><span><span style="white-space: pre;">
|
|
1
|
|
2</span>
|
|
3</span>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|