negative-outline-offset.html (378B)
1 <!DOCTYPE html> 2 <link rel="help" href="https://www.w3.org/TR/css-ui-4/#outline-offset"> 3 <link rel="match" href="negative-outline-offset-ref.html"> 4 <style> 5 div { 6 outline: 1px solid red; 7 outline-offset: -10em; 8 9 border: 2px solid black; 10 padding: 5px; 11 font-size: 16px; 12 } 13 </style> 14 15 <p>PASS if there is a thin red line in the middle of the box.</p> 16 <div></div>