4 <title>test of -moz-border-image
</title>
5 <meta http-equiv=
"Content-Type" content=
"text/html; charset=UTF-8">
6 <meta http-equiv=
"Content-Style-Type" content=
"text/css">
7 <style type=
"text/css">
10 background: red
; /* fail if this shows through */
11 background-image: url
('3x3multicolor.png'); /* fail if this shows through */
12 -moz-border-image: url
('3x3multicolor.png') 1 1 1 1 / 7px;
13 -khtml-border-image: url
('3x3multicolor.png') 1 1 1 1 / 7px;
14 border-image: url
('3x3multicolor.png') 1 1 1 1 / 7px;
20 <div style=
"width: 100px; height: 5px"></div>