summaryrefslogtreecommitdiffstats
path: root/layout/style/crashtests/580685.html
blob: 4cb01539350b4f8e35577408aa3470202fe5a85a (plain)
1
2
3
4
5
6
7
8
9
10
<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>