Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dynamic / 011.html
blobbfddaa1539440528bdedbbbaa5e59095fe68f5a8
1 <html>
2 <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>
3 <img>
4 <script>
5 document.getElementById('foo').innerHTML = document.body.innerHTML;
6 </script>
7 </html>