gecko-dev/layout/reftests/bugs/1451874.html
Emilio Cobos Álvarez bf9afde936 Bug 1451874: Respect the -moz- gradient pref again. r=xidorn
MozReview-Commit-ID: 2MDRZLmLMM0
2018-04-07 18:18:09 +02:00

12 lines
211 B
HTML

<!doctype html>
<style>
div {
width: 100px;
height: 100px;
background: green;
background-image: -moz-linear-gradient(top,red,pink);
}
</style>
<p>Should see a green box below</p>
<div></div>