Sign in
cobalt
/
cobalt.git
/
25902c6cb1ab9cfd8ae2ee6b0fb52953f73deda5
/
.
/
cobalt
/
layout_tests
/
testdata
/
css3-images
/
4-1-2-to-right-linear-gradient.html
blob: 2f8b718a9f2995a4fbf54d9f2c74c6cc0989065d [
file
]
<!DOCTYPE html>
<html>
<head>
<style>
div
{
background
:
linear-gradient
(
to right
,
yellow
,
transparent
);
width
:
100px
;
height
:
100px
;
}
</style>
</head>
<body>
<div></div>
</body>
</html>