chromium/third_party/blink/web_tests/external/wpt/css/css-ui/reference/outline-style-013-ref.html

<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Basic User Interface Reference File</title>
<link rel="author" title="Intel" href="http://www.intel.com/">
<style>
  #test {
    border: 2px dashed green;
    height: 150px;
    margin: 28px;
    width: 150px;
  }
</style>
<body>
  <p>Test passes if there is a blank square whose border is <strong>green dashed</strong>.</p>
  <div id="test"></div>
</body>