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
294 B
HTML

<html>
<head>
<script>
function mO ()
{
document.getElementById('ds').innerHTML="<span>text before table<TABLE BGCOLOR=red><TR><TD>table</TD></TR></TABLE>text after table<\/span>";
}
</script>
</head>
<body onload="mO();mO();">
<div id="ds">
orig contents of ds
</div>
</body>
</html>