layout/reftests/css-gradients/linear-diagonal-9-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/css-gradients/linear-diagonal-9-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,20 @@
     1.4 +<!DOCTYPE html>
     1.5 +<style>
     1.6 +.x { width: 200px; height: 100px; display: inline-block; }
     1.7 +.a { background: -moz-linear-gradient(top -90deg, blue, white, red); }
     1.8 +.e { background: -moz-linear-gradient(top right -2.03444394rad, blue, white, red); }
     1.9 +.g { background: -moz-linear-gradient(right 180deg, blue, white, red); }
    1.10 +.i { background: -moz-linear-gradient(bottom right 2.03444394rad, blue, white, red); }
    1.11 +.k { background: -moz-linear-gradient(bottom 90deg, blue, white, red); }
    1.12 +.m { background: -moz-linear-gradient(bottom left 1.10714872rad, blue, white, red); }
    1.13 +.o { background: -moz-linear-gradient(left 0deg, blue, white, red); }
    1.14 +.q { background: -moz-linear-gradient(top left -1.10714872rad, blue, white, red); }
    1.15 +</style>
    1.16 +<div class="x a"></div>
    1.17 +<div class="x e"></div>
    1.18 +<div class="x g"></div>
    1.19 +<div class="x i"></div>
    1.20 +<div class="x k"></div>
    1.21 +<div class="x m"></div>
    1.22 +<div class="x o"></div>
    1.23 +<div class="x q"></div>

mercurial