1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-07-02 21:28:57 +00:00
Files
UXP/layout/style/crashtests/580685.html
T

10 lines
257 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>