blob: a9997484945c3e5b2cdae36d362505a2dc38ea08 [file] [log] [blame]
<!DOCTYPE html>
<!--
| Simple vertical linear gradient.
-->
<html>
<head>
<style>
div {
background: linear-gradient(yellow, blue);
width: 200px;
height: 200px;
}
</style>
</head>
<body>
<div></div>
</body>
</html>