580685.html (260B)
1 <html> 2 <head></head> 3 <body style="outline-offset: 0.1rem; "> 4 <script> 5 var body = document.body; 6 document.removeChild(document.documentElement); 7 var compstyle = window.getComputedStyle(body).getPropertyValue('outline-offset'); 8 </script> 9 </body> 10 </html>