gecko-dev/layout/reftests/webkit-gradient/webkit-linear-gradient-1-ref.html
Nazım Can Altınova 69ff16619e Bug 1395189 - Add reftest for default directions of prefixed linear gradients r=manishearth
MozReview-Commit-ID: 1LM49ROX3E9

--HG--
extra : rebase_source : 6e7f77d231bf3f3b13d9f9080dacdaa2852a4fc3
2017-08-30 12:21:55 -07:00

16 lines
241 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
div {
width: 50px;
height: 200px;
background-image: -webkit-linear-gradient(top, red, blue);
}
</style>
</head>
<body>
<div></div>
</body>
</html>