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

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

Issue 1308433003: Dirty line boxes correctly when a float gets layout (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <object>
3 <span style="display: inline-block;">
4 <svg></svg>
5 <span style="float: left" id="float" data-expected-height=0><select style="m argin: 200px"><option>AAAAA</option></select></span>
6 </span>
7 <form><svg></svg></form>
8 XYZSaft
9 </object>
10 <p>crbug.com/517030: Ensure trailing float gets a layout.</p>
11 <script src="../../../resources/check-layout.js"></script>
12 <script>
13 checkLayout('#float');
14 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698