Sign in
webkit
/
WebKit
/
a48c7862552fc10aca344020b1d95cbab2dadee9
/
.
/
LayoutTests
/
fast
/
gradients
/
conic.html
blob: 5e270071628578567d8c9ea2bcc290ccc251fd75 [
file
] [
log
] [
blame
]
<html>
<head>
<style>
#
grad
{
height
:
50px
;
width
:
50px
;
background
:
conic-gradient
(
blue
0deg
,
blue
180deg
,
orange
180deg
,
orange
360deg
);
}
</style>
</head>
<body>
<div
id
=
"grad"
></div>
</body>
</html>