summaryrefslogtreecommitdiffstats
path: root/layout/reftests/border-image/470250-1.html
blob: 32c2eb0431ff65407ac2572b74de3e52c0940d61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!doctype html>
<html><head>
<title>border-image, only middle part, testcase</title>
<style>
div {
  width: 48px;
  height: 48px;
  border-width: 0;
  border-style: solid;
  border-image: url(3x3green-1DD813.png) 0 fill;
}
</style>
</head><body>
<div></div>
</body></html>