Index: LayoutTests/fast/multicol/less-than-one-pixel-tall-layer-at-column-top.html |
diff --git a/LayoutTests/fast/multicol/less-than-one-pixel-tall-layer-at-column-top.html b/LayoutTests/fast/multicol/less-than-one-pixel-tall-layer-at-column-top.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..b3fa3e5034e5aa130c9753ad9442aa3aa6454ae4 |
--- /dev/null |
+++ b/LayoutTests/fast/multicol/less-than-one-pixel-tall-layer-at-column-top.html |
@@ -0,0 +1,6 @@ |
+<!DOCTYPE html> |
+<p>There should be a centered thin black line below.</p> |
+<div style="-webkit-columns:5; -webkit-column-gap:0; column-fill:auto; height:100px;"> |
+ <div style="height:200px;"></div> |
+ <div style="position:relative; height:0.9px; background:black;"></div> |
+</div> |