Sign in
cobalt
/
cobalt
/
e51ce0a747a5219196e7c62622f7455b726bee71
/
.
/
cobalt
/
layout_tests
/
testdata
/
css3-images
/
4-1-2-multistop-one-dimensional-gradient.html
blob: 7e58f183e2f68eceeade7d24386ae28334c7b8d8 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<style>
div
{
background
:
linear-gradient
(
to left
,
yellow
,
purple
,
green
);
width
:
100px
;
height
:
100px
;
}
</style>
</head>
<body>
<div></div>
</body>
</html>