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