blob: 4ba0cad4f318d1b19d9621cf2336f54f524f05c1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE HTML>
<html>
<head>
</head>
<body onload="document.getElementById('s').firstChild.data = ('hello world');">
<span style="display: -moz-inline-box" id="s"> </span>
</body>
</html>
|