4 body { overflow: hidden; }
13 -webkit-border-image: url(
"resources/border-image.png")
21 30 30 21 /
42px
60px
60px
42px repeat repeat;
17 -webkit-border-image: url(
"resources/border-image.png")
21 30 30 21 /
42px
60px
60px
42px repeat stretch;
21 -webkit-border-image: url(
"resources/border-image.png")
21 30 30 21 /
42px
60px
60px
42px stretch repeat;
25 -webkit-border-image: url(
"resources/border-image.png")
21 30 30 21 /
42px
60px
60px
42px stretch stretch;
30 <p>The purpose of this test case is to illustrate the legacy behavior of -webkit-border-image. The specified border widths
31 actually end up becoming the real border widths. The border-image property in the specification doesn't do this.
33 <div class=
"rr"></div>
34 <div class=
"rs"></div>
36 <div class=
"sr"></div>
37 <div class=
"ss"></div>