RetroZilla/layout/html/tests/block/bugs/39211-a.html
2015-10-20 23:03:22 -04: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>