gecko/layout/reftests/css-gradients/linear-flipped-1.html
Robert O'Callahan f2cd4b69af Bug 779399. Scale gradient cell to exactly fill snapped rect. r=jrmuizel
We need to make sure that when we snap the fillRect, we also adjust the scaling
of the gradient so it exactly fills the snapped tileRect.
2012-08-10 23:10:12 +12:00

3 lines
127 B
HTML

<!DOCTYPE HTML>
<div style="height:100px; background:-moz-linear-gradient(top, black, white); transform:scale(1,-1);"></div>