summaryrefslogtreecommitdiffstats
path: root/layout/reftests/writing-mode/1216747-1-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/writing-mode/1216747-1-ref.html')
-rw-r--r--layout/reftests/writing-mode/1216747-1-ref.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/reftests/writing-mode/1216747-1-ref.html b/layout/reftests/writing-mode/1216747-1-ref.html
new file mode 100644
index 0000000000..b040151976
--- /dev/null
+++ b/layout/reftests/writing-mode/1216747-1-ref.html
@@ -0,0 +1,10 @@
+<!DOCTYPE HTML>
+<style>
+
+div {
+ width: min-content;
+}
+
+</style>
+
+<div>This should have min-content width (i.e., many line breaks).</div>