1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-07-20 05:59:11 +00:00
Files
UXP/layout/reftests/bugs/367489-1-ref.html
T

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>