<!-- Test for crbug.com/630524 -->
<!-- Ensures large outline-offset doesn't cause outline to be rendered incorrectly due to an integer overflow -->
<style>
body {
outline-offset: 2147483646px;
outline-style: outset;
border: 1px solid red;
}
</style>