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

Side by Side Diff: LayoutTests/fast/block/float/trailing-float-layout.html

Issue 1298603004: Ensure floats get added to floating objects list even if they don't have a linebox (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated Created 5 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/fast/block/float/trailing-float-layout-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <object>
3 <span style="display: inline-block;"><span id="float" style="float: left; widt h: 1px; height: 150px" data-expected-height=0></span></span>
4 <div style="padding-top: 55%"></div>
5 </object>
6 <p>crbug.com/517030: Ensure trailing float gets a layout.</p>
7 <script src="../../../resources/check-layout.js"></script>
8 <script>
9 checkLayout('#float');
10 </script>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/block/float/trailing-float-layout-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698