chromium/third_party/blink/web_tests/external/wpt/css/css-ui/outline-offset-table-001-notref.html

<!doctype html>
<title>CSS Rest Reference</title>
<style>
table {
  outline: 1px solid blue;
  outline-offset: 10px;
}
</style>
<table>
  Some content
</table>