waterson%netscape.com 2658ae08e5 Add regression tests for 22413, 27211, 39211, and 41521.
git-svn-id: svn://10.0.0.236/trunk@72727 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-21 02:37:05 +00:00

12 lines
289 B
HTML

<html>
<head>
<script>
function change()
{
document.getElementById("span").style.fontWeight = "bold";
}
</script>
<body onload="change();">
<span id="span">This is my happy span. <span style="display: block;">It's got an inline block.</span> It all should be bold.</span>
</body>
</html>