summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1588954-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/1588954-ref.html')
-rw-r--r--layout/reftests/bugs/1588954-ref.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/layout/reftests/bugs/1588954-ref.html b/layout/reftests/bugs/1588954-ref.html
new file mode 100644
index 0000000000..ebd728d5ea
--- /dev/null
+++ b/layout/reftests/bugs/1588954-ref.html
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<style>
+#multicol {
+ font: 16px/1 sans-serif;
+ height: 10px;
+ column-width: 30px;
+ column-fill: auto;
+ border: 1px solid gray;
+}
+.box {
+ writing-mode: vertical-rl;
+ width: 10px;
+ height: 20px;
+ border: 1px solid blue;
+}
+</style>
+
+<div id="multicol">
+ <span>a</span>
+ <main class="box"></main>
+</div>