blob: a7b06cf1bd45dd02b3241b2676912b5053779ff5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!doctype html>
<title>CSS Test Reference</title>
<style>
div {
width: 200px;
height: 150px;
background-color: black;
border: solid 4px;
border-image: url(support/small-border.png) 4 / 16px;
}
</style>
<div></div>
|