tenfourfox/layout/reftests/bugs/367489-1-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

20 lines
212 B
HTML

<html>
<head>
<script>
function boom()
{
document.getElementById("s").style.overflow = "auto";
}
</script>
</head>
<body onload="boom();">
<div id="fl">
<b><span id="s">Foo</a></b>
</div>
</body>
</html>