chromium/third_party/blink/web_tests/fast/borders/dotted-border-ajoining-thick.html

<!DOCTYPE html>
<html>
  <head>
    <style>
      div {
        height: 200px;
        width: 200px;
        background: #ddddff;
        border-left: 15px solid #8a6d3b;
        border-top: 1px dotted #9d9080;
        border-right: 1px dotted #9d9080;
        border-bottom: 1px dotted #9d9080;
        padding: 15px;
        border-radius: 3px;
      }
    </style>
  </head>
  <body>
    <div></div>
  </body>
</html>