chromium/third_party/blink/web_tests/external/wpt/css/css-ui/outline-color-004-ref.html

<!DOCTYPE html>
<html>
<head>
  <title>CSS Reftest Reference</title>
  <link rel="author" title="Helmut Januschka" href="mailto:[email protected]" />
</head>

<body>
  <div style="padding: 10px; width: 200px; height: 50px; outline-style: solid; outline-color: purple;">
    <div style="outline-style: auto; outline-color: green; color: red">Green inner outline with a
      purple outer outline</div>
  </div>

</body>

</html>