outline-auto-dynamic-change-ref.html (259B)
1 <!doctype html> 2 <title>CSS Test Reference</title> 3 <style> 4 div { 5 position: absolute; 6 top: 10px; 7 left: 10px; 8 width: 100px; 9 height: 100px; 10 outline-width: 0; 11 outline-offset: 5px; 12 outline-color: black; 13 outline-style: auto; 14 } 15 </style> 16 <div></div>