tenfourfox/layout/reftests/css-gradients/linear-vertical-subpixel-1.html

16 lines
219 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<html>
<head>
<style>
div {
margin-top: 20.7px;
height: 30px;
background-image: -moz-linear-gradient(center top, black, white);
}
</style>
</head>
<body>
<div></div>
</body>
</html>