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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/block/float/trailing-float-layout-2.html
diff --git a/LayoutTests/fast/block/float/trailing-float-layout-2.html b/LayoutTests/fast/block/float/trailing-float-layout-2.html
new file mode 100644
index 0000000000000000000000000000000000000000..329d5adf63e80e62953d0c1f1652028acd2a0a68
--- /dev/null
+++ b/LayoutTests/fast/block/float/trailing-float-layout-2.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<object>
+ <span style="display: inline-block;">
+ <svg></svg>
+ <span style="float: left" id="float" data-expected-height=0><select style="margin: 200px"><option>AAAAA</option></select></span>
+ </span>
+ <form><svg></svg></form>
+ XYZSaft
+</object>
+<p>crbug.com/517030: Ensure trailing float gets a layout.</p>
+<script src="../../../resources/check-layout.js"></script>
+<script>
+ checkLayout('#float');
+</script>

Powered by Google App Engine
This is Rietveld 408576698