layout/reftests/css-blending/background-blending-image-color-gif.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-image-color-gif.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,29 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<html>
     1.6 +<style>
     1.7 +.reftest {
     1.8 +  width: 100px;
     1.9 +  height: 100px;
    1.10 +  background-size: 100px 100px, 100px 100px;
    1.11 +  background-repeat: no-repeat;
    1.12 +}
    1.13 +
    1.14 +.blend {
    1.15 +  background-color: rgb(255,255,0);
    1.16 +  background-blend-mode: difference;
    1.17 +}
    1.18 +
    1.19 +.gif {
    1.20 +  background-image: url('as-image/red_green.gif');
    1.21 +}
    1.22 +
    1.23 +</style>
    1.24 +
    1.25 +<body>
    1.26 +	<div class="reftest blend gif"></div>
    1.27 +</body>
    1.28 +</html>
    1.29 +
    1.30 +
    1.31 +
    1.32 +

mercurial