blob: 57f68d7dc1f7d7e282f5b5ce8a6e62417d09744e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!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>
|