servo/tests/wpt/web-platform-tests/css/css-images-3/linear-gradient-ref.html
2017-06-21 20:19:06 +02:00

19 lines
No EOL
315 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<style>
#gradient {
width: 400px;
height: 300px;
background-image: linear-gradient(to right, black 0%, red 50%, gold 100%);
}
</style>
</head>
<body>
<div id="gradient"></div>
</body>
</html>