File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < title > Table with vertical writing mode inside a row flexbox container</ title >
3+ < link rel ="author " title ="Felipe Erias Morandeira " href ="mailto:felipeerias@igalia.com " />
4+ < link rel ="help " href ="https://www.w3.org/TR/css-flexbox-1/#layout-algorithm " title ="9. Flex Layout Algorithm ">
5+ < link rel ="match " href ="../reference/ref-filled-green-100px-square-only.html ">
6+ < meta name ="assert " content ="The logical heights of table and flexbox container are orthogonal to each other. ">
7+
8+ < p > Test passes if there is a filled green square.</ p >
9+
10+ < div style ="display: flex; flex-direction: row; height: 100px; ">
11+ < div style ="display: table; writing-mode: vertical-lr; width: 500px; background: green; flex: 0 0 100px; "> </ div >
12+ </ div >
You can’t perform that action at this time.
0 commit comments