Index: LayoutTests/fast/block/float/trailing-float-layout.html |
diff --git a/LayoutTests/fast/block/float/trailing-float-layout.html b/LayoutTests/fast/block/float/trailing-float-layout.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..3a5db73f75be69ad2a94331c83fe0066376db7d2 |
--- /dev/null |
+++ b/LayoutTests/fast/block/float/trailing-float-layout.html |
@@ -0,0 +1,10 @@ |
+<!DOCTYPE html> |
+<object> |
+ <span style="display: inline-block;"><span id="float" style="float: left; width: 1px; height: 150px" data-expected-height=0></span></span> |
+ <div style="padding-top: 55%"></div> |
+</object> |
+<p>crbug.com/517030: Ensure trailing float gets a layout.</p> |
+<script src="../../../resources/check-layout.js"></script> |
+<script> |
+ checkLayout('#float'); |
+</script> |