| Index: third_party/WebKit/LayoutTests/fast/multicol/vertical-rl/abspos-auto-position-on-line.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/multicol/vertical-rl/abspos-auto-position-on-line.html b/third_party/WebKit/LayoutTests/fast/multicol/vertical-rl/abspos-auto-position-on-line.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..5ab5ec4d890d6634b1591d3dd290d8d72aa82285
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/multicol/vertical-rl/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-rl; 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>
|
|
|