Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Side by Side Diff: third_party/WebKit/LayoutTests/fast/block/float/assert-when-moving-float.html

Issue 2479333002: Ensure line-break is on correct object if trailing collapsed whitespace pushes us over line-end (Closed)
Patch Set: Ensure line-break is on correct object if trailing collapsed whitespace pushes us over line-end Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <div style="width: 5px;">
2 <img id="makeTaller" style="height: 50px; width: 1px"><img id="removeThis" sty le="width: 5px; height: 5px;">
3 <div style="float: left; background-color: green;">foo</div>
4 crbug.com/641334: Passes if it does not assert.
5 </div>
6 <script>
7 if (window.testRunner)
8 testRunner.dumpAsText();
9 removeThis.offsetTop;
10 removeThis.parentNode.removeChild(removeThis);
11 makeTaller.style.height = '55px';
12 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698