Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-tables/crashtests/orthogonal-cell-borders.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<div style="display: table; border-collapse: collapse; table-layout: fixed; width: min-content;">
<div style="display: table-cell; width: 100%; writing-mode: vertical-rl; border-left: 100px solid green;"></div>
</div>