summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/dynamic/011.html
blob: bfddaa1539440528bdedbbbaa5e59095fe68f5a8 (plain)
1
2
3
4
5
6
7
<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>