Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/layout/reftests/bugs/394111-1.html

18 lines
272 B
HTML

<html>
<head>
<script>
function boom()
{
var k = document.getElementById("k");
k.appendChild(document.createTextNode(" "));
}
</script>
</head>
<body onload="boom();">
<span><span id="k"><div></div></span><span style="float: right;"></span></span>
</body>
</html>