Sign in
cobalt
/
cobalt
/
e707605df29e9a4035db89ed4df307adebea0290
/
.
/
src
/
cobalt
/
layout_tests
/
testdata
/
css3-images
/
4-1-2-to-bottom-linear-gradient.html
blob: 36cdbcba54a8ce78ed6498962a6b5a4390dcfd24 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<style>
div
{
background
:
linear-gradient
(
to bottom
,
yellow
,
transparent
);
width
:
100px
;
height
:
100px
;
}
</style>
</head>
<body>
<div></div>
</body>
</html>