Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<link rel="author" title="Tim Nguyen" href="https://github.com/nt1m">
<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>