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