blob: a243b6456a6b4c314eb2ca763aba8a76f4de8fda [file] [log] [blame]
<!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>