chromium/third_party/blink/web_tests/fast/writing-mode/orthogonal-writing-modes-available-width-absolute-crash.html

<!DOCTYPE html>
<style>
* {
  display: inline;
  position: absolute;
  overflow-y: auto;
  height: fit-content;
  writing-mode: vertical-rl;
}
</style>
<script>
if (window.testRunner)
  testRunner.dumpAsText();
</script>