Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dynamic / float-in-trailing-whitespace-after-last-line-break-2.html
blob69e60c14058688e5e6bf9a88fee50a9a05e928ea
1 <img style="float: left; width: 100px; height: 100px;">
2 <div>
3 <br style="clear: both;">
4 <img style="float: left; width: 100px; height: 100px;">
5 </div>
6 <img id="target" style="float: left; width: 100px; height: 0; background-color: blue;">
7 <script>
8 document.body.offsetTop;
9 document.getElementById("target").style.height = "100px";
10 </script>