mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
10 lines
266 B
HTML
10 lines
266 B
HTML
|
<html>
|
||
|
<head></head>
|
||
|
<body style="outline-offset: 0.1rem; ">
|
||
|
<script>
|
||
|
var body = document.body;
|
||
|
document.removeChild(document.documentElement);
|
||
|
var compstyle = window.getComputedStyle(body, null).getPropertyValue('outline-offset');
|
||
|
</script>
|
||
|
</body>
|
||
|
</html>
|