haikuwebkit/LayoutTests/fast/dynamic/011.html

8 lines
292 B
HTML

<html>
<span id="foo">Bug #3810389. Make sure we don't crash manipulating blocks inside inlines. You should see the numbers 1 and 2 vertically stacked below this line. <div>1</div>2</span>
<img>
<script>
document.getElementById('foo').innerHTML = document.body.innerHTML;
</script>
</html>