blob: 930b04acc497ff4110f936d92fe058701bd68823 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
div {
width: 300px;
height: 300px;
border: 2px solid red;
border-image: -webkit-linear-gradient(30deg, black, white) 1 fill repeat;
}
</style>
</head>
<body>
<div>
</div>
</body>
</html>