blob: 0093e16713b86db3fd9097ff40e789132df1906e (
plain)
1
2
3
4
5
6
7
8
|
<!DOCTYPE html>
<html>
<head>
</head>
<body onload="document.getElementById('s').firstChild.data = 'x';">
<div style="display: -moz-inline-stack;" id="s"> </div>
</body>
</html>
|