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