tenfourfox/layout/reftests/css-gradients/linear-vertical-subpixel-1-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

16 lines
217 B
HTML

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