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

24 lines
285 B
HTML

<html>
<head>
<script>
function m0 ()
{
document.getElementById('ds').innerHTML="<span>text before table <div style='display:block;'>block</div> text after table</span>";
}
</script>
</head>
<body onload="m0(); m0();">
<div id="ds">
orig contents of ds
</div>
</body>
</html>