Skip to content

Commit dafe72e

Browse files
felipeeriasgsnedders
authored andcommitted
Flexbox: table-as-item-specified-width-vertical
Add css/css-flexbox/table-as-item-specified-width-vertical.html WebKit bug: https://bugs.webkit.org/show_bug.cgi?id=225339
1 parent c99688a commit dafe72e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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>

0 commit comments

Comments
 (0)