Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-ui/outline-offset-inset-006.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<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>