Index: third_party/WebKit/LayoutTests/fast/multicol/vertical-lr/abspos-auto-position-on-line.html |
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/vertical-lr/abspos-auto-position-on-line.html b/third_party/WebKit/LayoutTests/fast/multicol/vertical-lr/abspos-auto-position-on-line.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..7d8be467b7764826dcb3df343e770aa31196612e |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fast/multicol/vertical-lr/abspos-auto-position-on-line.html |
@@ -0,0 +1,10 @@ |
+<!DOCTYPE html> |
+<p>There should be a smiley below.</p> |
+<div style="position:relative; writing-mode:vertical-lr; width:250px; height:300px;"> |
+ <div style="columns:2; column-gap:0; column-fill:auto; width:50px; margin:100px; line-height:20px;"> |
+ <br> |
+ <br> |
+ <br> |
+ :-<span style="position:absolute;">)</span> |
+ </div> |
+</div> |