summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-backgrounds/border-image-width-008-ref.html
blob: 9a066443920726b79d69a0301d814b5211b7df0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<meta charset="utf-8">
<title>border-image with different widths</title>
<style>
    #ref {
        width: 360px;
        height: 240px;
        border-style: solid;
        border-width: 40px 40px 20px 0px;
        border-image-source: url("support/border.png");
        border-image-slice: 27;
    }
</style>
<body>
    <div id="ref"></div>
</body>