gecko-dev/layout/reftests/css-gradients/linear-vertical-subpixel-1....

16 строки
219 B
HTML

<!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>