Sign in
cobalt
/
cobalt
/
e707605df29e9a4035db89ed4df307adebea0290
/
.
/
src
/
cobalt
/
layout_tests
/
testdata
/
css3-images
/
4-1-2-three-color-linear-gradient.html
blob: fac44fb81eedbd024803ee9e715868f561cacc5a [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<!--
| Vertical linear gradient with three color stops.
-->
<html>
<head>
<style>
div
{
background
:
linear-gradient
(
yellow
,
blue
20%
,
rgb
(
0
,
255
,
0
));
width
:
200px
;
height
:
200px
;
}
</style>
</head>
<body>
<div></div>
</body>
</html>