chromium/third_party/blink/web_tests/external/wpt/css/css-overflow/reference/text-overflow-scroll-vertical-lr-001-ref.html

<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Overflow: text-overflow: ellipsis and scrolling reference file</title>
<link rel="author" title="Manuel Rego Casasnovas" href="mailto:[email protected]">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
  div {
    display: inline-block;
    writing-mode: vertical-lr;
    font: 100px/1 Ahem;
    height: 400px;
    white-space: pre;
  }
</style>
<p>The test passes if it matches the reference.</p>

<div>p pX</div>
<div>pp p</div>
<div>  pX</div>
<div>pp p</div>