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