chromium/third_party/blink/web_tests/fast/writing-mode/orthogonal-writing-modes-scrollbarpart-crash.html

<!DOCTYPE html>
<style>
button {
  overflow-y: auto;
  resize: auto;
}
button::-webkit-resizer {
  writing-mode: vertical-rl;
}
</style>
<p>Test passes if it does not crash.</p>
<button></button>
<script>
if (window.testRunner)
  testRunner.dumpAsText();
</script>