2008-11-04 Anders Carlsson <andersca@apple.com>
[webkit/qt.git] / LayoutTests / fast / gradients / border-image-gradient.html
blobf6123f416916980c681c893d2bae52c0eaba2c82
1 <html>
2 <head>
3 <style>
4 div {
5 border-width: 21px 30px 30px 21px;
6 width: 75px;
7 height: 75px;
8 margin: 10px;
9 -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(#00abeb), to(#fff), color-stop(0.5, #fff), color-stop(0.5, #66cc00)) 21 30 30 21 repeat repeat;
11 </style>
12 </head>
13 <body>
14 <div></div>
15 </body>
16 </html>