Mozilla/mozilla/layout/reftests/bugs/367489-1-ref.html
jruderman%hmc.edu 94547b18de Add reftest
git-svn-id: svn://10.0.0.236/trunk@241406 18797224-902f-48f8-a5cc-f745e15eee43
2007-12-16 00:31:20 +00: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>