Index: LayoutTests/fast/block/float/trailing-float-expected.html |
diff --git a/LayoutTests/fast/block/float/trailing-float-expected.html b/LayoutTests/fast/block/float/trailing-float-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..cfe5b1a9af4d5ed5952abe29bb38741a7524ff28 |
--- /dev/null |
+++ b/LayoutTests/fast/block/float/trailing-float-expected.html |
@@ -0,0 +1,7 @@ |
+<!DOCTYPE html> |
+<p>crbug.com/487775: There should be a green square below (and no assertion failures).</p> |
+<div> |
+ <div style="display:inline-block; width:100px;"></div> |
+ <div style="display:inline-block; width:100%; height:100px;"></div> |
+ <div style="width:100px; height:100px; background:green;"></div> |
+</div> |