| Index: LayoutTests/fast/multicol/vertical-lr/nested-columns-expected.html
|
| diff --git a/LayoutTests/fast/multicol/vertical-lr/nested-columns-expected.html b/LayoutTests/fast/multicol/vertical-lr/nested-columns-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..5c8f192918e208f1ca2c1703f97e146d00a7c29e
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/multicol/vertical-lr/nested-columns-expected.html
|
| @@ -0,0 +1,15 @@
|
| +<!DOCTYPE html>
|
| +<style>
|
| + #fakeMulticol {
|
| + line-height: 2em;
|
| + -webkit-writing-mode:vertical-lr;
|
| + }
|
| + #fakeMulticol > span {
|
| + display: inline-block;
|
| + height: 1em;
|
| + }
|
| +</style>
|
| +<p>The word 'PASSED' should be seen below (writing-mode is vertical-lr).</p>
|
| +<div id="fakeMulticol">
|
| + <span>P</span><span>A</span><span>S</span><span>S</span><span>E</span><span>D</span>
|
| +</div>
|
|
|