Index: third_party/WebKit/LayoutTests/fast/block/float/float-should-dirty-line-even-when-it-doesnt-intersect-it-3-expected.html |
diff --git a/third_party/WebKit/LayoutTests/fast/block/float/float-should-dirty-line-even-when-it-doesnt-intersect-it-3-expected.html b/third_party/WebKit/LayoutTests/fast/block/float/float-should-dirty-line-even-when-it-doesnt-intersect-it-3-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..776986399ff2a7b02ebf9968bf4c6a17cc31511f |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fast/block/float/float-should-dirty-line-even-when-it-doesnt-intersect-it-3-expected.html |
@@ -0,0 +1,15 @@ |
+<!DOCTYPE html> |
+<style> |
+.float { |
+ float:left; |
+} |
+</style> |
+<p> crbug.com/616167: There should be a green square below and some text. </p> |
+Some text for a line |
+<br> |
+<div class="float"> |
+ <div style="height: 100px; width: 100px; background-color: green;"></div> |
+</div> |
+<br> |
+Some text for a line |
+<br> |