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
('4x4multicolor.png') 1 1 1 1 / 1px 3px repeat
;
13 -khtml-border-image: url
('4x4multicolor.png') 1 1 1 1 / 1px 3px repeat
;
14 border-image: url
('4x4multicolor.png') 1 1 1 1 / 1px 3px repeat
;
18 background: red
; /* fail if this shows through */
19 background-image: url
('3x3multicolor.png'); /* fail if this shows through */
20 -moz-border-image: url
('4x4multicolor.png') 1 1 1 1 / 1px 3px;
21 -khtml-border-image: url
('4x4multicolor.png') 1 1 1 1 / 1px 3px;
22 border-image: url
('4x4multicolor.png') 1 1 1 1 / 1px 3px;
28 <div class=
"p1" style=
"width: 4px; height: 2px"></div>
29 <!--<div class="p2" style="width: 4px; height: 2px"></div> -->