Sign in
cobalt
/
cobalt
/
e707605df29e9a4035db89ed4df307adebea0290
/
.
/
src
/
cobalt
/
layout_tests
/
testdata
/
css3-images
/
4-1-2-simple-yellow-to-blue-vertical-linear-gradient.html
blob: a9997484945c3e5b2cdae36d362505a2dc38ea08 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<!--
| Simple vertical linear gradient.
-->
<html>
<head>
<style>
div
{
background
:
linear-gradient
(
yellow
,
blue
);
width
:
200px
;
height
:
200px
;
}
</style>
</head>
<body>
<div></div>
</body>
</html>