Index: third_party/WebKit/LayoutTests/fragmentation/unbreakable-tall-float-before-line.html |
diff --git a/third_party/WebKit/LayoutTests/fragmentation/unbreakable-tall-float-before-line.html b/third_party/WebKit/LayoutTests/fragmentation/unbreakable-tall-float-before-line.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..88ff7611ba6b65c74514c08cd27d96a7ea5d7fcc |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fragmentation/unbreakable-tall-float-before-line.html |
@@ -0,0 +1,7 @@ |
+<!DOCTYPE html> |
+<p>The text below should be to the left of the hotpink box.</p> |
+<div style="columns:2; column-gap:0; column-fill:auto; width:30em; height:200px; line-height:20px;"> |
+ <div style="height:80px;"></div> |
+ <div style="float:left; break-inside:avoid; width:5em; height:150px; background:hotpink;"></div> |
+ first column! |
+</div> |