layout/reftests/backgrounds/background-clip-1-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/backgrounds/background-clip-1-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,46 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<title>background-clip</title>
     1.6 +<style type="text/css">
     1.7 +
     1.8 +div {
     1.9 +  position: absolute;
    1.10 +}
    1.11 +
    1.12 +div.color {
    1.13 +  top: 10px;
    1.14 +  background-color: blue;
    1.15 +}
    1.16 +
    1.17 +div.image {
    1.18 +  top: 110px;
    1.19 +  background-color: blue;
    1.20 +}
    1.21 +
    1.22 +div.border {
    1.23 +  left: 18px;
    1.24 +  margin-top: 1px;
    1.25 +  width: 76px;
    1.26 +  height: 42px;
    1.27 +}
    1.28 +
    1.29 +div.padding {
    1.30 +  left: 130px;
    1.31 +  margin-top: 4px;
    1.32 +  width: 55px;
    1.33 +  height: 33px;
    1.34 +}
    1.35 +
    1.36 +div.content {
    1.37 +  left: 237px;
    1.38 +  margin-top: 9px;
    1.39 +  width: 37px;
    1.40 +  height: 19px;
    1.41 +}
    1.42 +
    1.43 +</style>
    1.44 +<div class="color border"></div>
    1.45 +<div class="color padding"></div>
    1.46 +<div class="color content"></div>
    1.47 +<div class="image border"></div>
    1.48 +<div class="image padding"></div>
    1.49 +<div class="image content"></div>

mercurial