summaryrefslogtreecommitdiffstats
path: root/layout/reftests/writing-mode/1216747-1.html
blob: 6e3fba507775306179c3767572d394fd4563f07e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE HTML>
<style>

div {
  width: min-content;
}

</style>

<!-- If you delete this div, the bug goes away, because we don't cache
     vertical-specific data in the rule tree.  -->
<div style="writing-mode: vertical-rl"></div>

<div>This should have min-content width (i.e., many line breaks).</div>