layout/reftests/css-blending/background-blending-background-attachement-fixed-scroll-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/css-blending/background-blending-background-attachement-fixed-scroll-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,23 @@
     1.4 +<!-- Blend two background images having background-attachment: fixed and scroll respectively  -->
     1.5 +<!DOCTYPE HTML>
     1.6 +<html>
     1.7 +<head>
     1.8 +<style>
     1.9 +div {
    1.10 +  width: 200px;
    1.11 +  height: 200px;
    1.12 +  background: url('as-image/black100x100.png'), url('as-image/green100x100.png');
    1.13 +  background-size: 100px 100px, 200px 100px;
    1.14 +  background-repeat: no-repeat;
    1.15 +}
    1.16 +
    1.17 +body {
    1.18 +  margin: 0px;
    1.19 +}
    1.20 +</style>
    1.21 +</head>
    1.22 +
    1.23 +<body>
    1.24 +  <div></div>
    1.25 +</body>
    1.26 +</html>
    1.27 \ No newline at end of file

mercurial