summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-writing-modes/crashtests/orthogonal-scroll-percent-height-crash.html
blob: d40ebfd6ebfadbcb89b630f629faf5da3425d78b (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<link rel="author" title="Koji Ishii" href="mailto:kojii@chromium.org">
<link rel="help" href="https://crbug.com/1213358">
<div style="writing-mode:vertical-lr; inline-size:fit-content">
  <div style="overflow: auto; writing-mode:horizontal-tb; height:10%">
    abc
  </div>
</div>