Sign in
webkit
/
WebKit
/
1d2c762592c7d71992189538cb3f38cc38c18ef8
/
.
/
LayoutTests
/
fast
/
borders
/
border-image-scaled-gradient.html
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>