chromium/third_party/blink/web_tests/external/wpt/css/css-ui/outline-auto-dynamic-change-ref.html

<!doctype html>
<title>CSS Test Reference</title>
<style>
div {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100px;
  height: 100px;
  outline-width: 0;
  outline-offset: 5px;
  outline-color: black;
  outline-style: auto;
}
</style>
<div></div>