blob: 930b04acc497ff4110f936d92fe058701bd68823 [file] [log] [blame]
hyatt@apple.com1f8c9892011-09-14 22:24:23 +00001<!DOCTYPE html>
2
3<html>
4<head>
5 <style>
6 div {
7 width: 300px;
8 height: 300px;
hyatt@apple.com1f8c9892011-09-14 22:24:23 +00009 border: 2px solid red;
hyatt@apple.com218bf7d2011-09-15 23:45:25 +000010 border-image: -webkit-linear-gradient(30deg, black, white) 1 fill repeat;
hyatt@apple.com1f8c9892011-09-14 22:24:23 +000011 }
12
13 </style>
14</head>
15<body>
16 <div>
17 </div>
18</body>
19</html>