chromium/third_party/blink/web_tests/external/wpt/css/css-ui/outline-color-003-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: purple auto;">
    <div style="outline: green auto;">Green inner outline with a purple outer outline</div>
  </div>
</body>

</html>