wpt / css / css-tables / crashtests / orthogonal-cell-borders.html

Status: PASS | Duration: 1ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi

/css/css-tables/crashtests/orthogonal-cell-borders.html

<!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>