wpt / css / css-ui / outline-offset-inset-006.html

Status: FAIL | Duration: 5ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi

/css/css-ui/outline-offset-inset-006.html

<!DOCTYPE html>
<link rel="author" title="Tim Nguyen" href="https://github.com/nt1m">
<link rel="help" href="https://drafts.csswg.org/css-ui-4/#outline-offset">
<link rel="mismatch" href="outline-offset-inset-006-notref.html">
<meta name="assert" content="outline-offset: inset changes the rendering of outline-style: auto compared to the default outline-offset">
<style>
  div {
    width: 100px;
    height: 100px;
    background: lightblue;
    outline-style: auto;
    outline-offset: inset;
  }
</style>
<div></div>

/css/css-ui/outline-offset-inset-006-notref.html

<!DOCTYPE html>
<link rel="help" href="https://drafts.csswg.org/css-ui-4/#outline-offset">
<style>
  div {
    width: 100px;
    height: 100px;
    background: lightblue;
    outline-style: auto;
  }
</style>
<div></div>