Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-writing-modes/crashtests/orthogonal-scroll-percent-height-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="author" title="Koji Ishii" href="mailto:kojii@chromium.org">
<div style="writing-mode:vertical-lr; inline-size:fit-content">
<div style="overflow: auto; writing-mode:horizontal-tb; height:10%">
abc
</div>
</div>