Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/style/crashtests/crashtests.list
<html>↩
<head></head>↩
<body style="outline-offset: 0.1rem; ">↩
<script>↩
var body = document.body;↩
document.removeChild(document.documentElement);↩
var compstyle = window.getComputedStyle(body).getPropertyValue('outline-offset');↩
</script>↩
</body>↩
</html>