| Index: LayoutTests/fast/multicol/span/vertical-rl-expected.html
|
| diff --git a/LayoutTests/fast/multicol/span/vertical-rl-expected.html b/LayoutTests/fast/multicol/span/vertical-rl-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..da0dc34e537517da1fc2ef09b7b2b294cbcdec4f
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/multicol/span/vertical-rl-expected.html
|
| @@ -0,0 +1,31 @@
|
| +<!DOCTYPE html>
|
| +<p>Below there should be a multicol container in vertical-rl
|
| + writing-mode. There should be a row of columns, followed by a spanner,
|
| + followed by another row of columns.</p>
|
| +<div style="-webkit-writing-mode:vertical-rl; line-height:2em; height:13em; background:yellow;">
|
| + <div style="float:left; width:6em; height:6em;">
|
| + first<br>
|
| + first<br>
|
| + first<br>
|
| + </div>
|
| + <div style="float:left; width:6em; height:1em;">
|
| + <div style="margin:auto; width:100%; height:2px; background:black;"></div>
|
| + </div>
|
| + <div style="float:left; width:6em; height:6em;">
|
| + second<br>
|
| + second<br>
|
| + </div>
|
| + <div style="overflow:hidden; border:5px solid; padding:5px;">
|
| + I am a spanner. I don't care about your precious columns.
|
| + </div>
|
| + <div style="float:left; width:4em; height:6em;">
|
| + first<br>
|
| + first<br>
|
| + </div>
|
| + <div style="float:left; width:4em; height:1em;">
|
| + <div style="margin:auto; width:100%; height:2px; background:black;"></div>
|
| + </div>
|
| + <div style="float:left; width:4em; height:6em;">
|
| + second<br>
|
| + </div>
|
| +</div>
|
|
|