chromium/third_party/blink/web_tests/paint/invalidation/box/border-image-outset-change-repaint-expected.html

<!DOCTYPE HTML>
<style>
    div {
        border-width: 21px 30px 30px 21px;
        width: 75px;
        height: 75px;
        display: inline-block;
        border-image-source: url("../../../fast/borders/resources/border-image.png");
        border-image-slice: 21 30 30 21 fill;
        border-image-width: 1;
        border-image-outset: 5;
    }
</style>
<div id="test"></div>
<p>
Tests the repainting of border-image-outset when changed.
</p>