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