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