chromium/third_party/blink/web_tests/external/wpt/css/css-backgrounds/background-clip/clip-text-multi-line-ref.html

<!DOCTYPE html>

  <meta charset="UTF-8">

  <title>CSS test reference</title>

  <link rel="author" title="GĂ©rard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
  <link rel="stylesheet" href="/fonts/ahem.css">

  <style>
  div
    {
      color: green;
      font-size: 30px;
      font-family: Ahem;
      line-height: 1.5;
    }
  </style>

  <p>Test passes if there are 2 green stripes and if the top stripe is half the width of the bottom stripe.

  <div>12345<br>1234567890</div>