Files
tubestation/layout/reftests/css-gradients/linear-vertical-subpixel-1-ref.html
2017-04-24 15:54:51 +03:00

16 lines
200 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
div {
margin-top: 21px;
height: 30px;
background-image: linear-gradient(black, white);
}
</style>
</head>
<body>
<div></div>
</body>
</html>