gecko/layout/reftests/bugs/367489-1-ref.html
jruderman@hmc.edu 57d4fefdc0 Add reftest
2007-12-15 16:31:20 -08: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>