summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-tables/crashtests/orthogonal-cell-borders.html
blob: c48352a8725e65c64c476787da62404d4edc2907 (plain)
1
2
3
4
5
<!DOCTYPE html>
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1349181">
<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>