layout/reftests/backgrounds/multi-background-clip-content-border-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/backgrounds/multi-background-clip-content-border-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,10 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<title>multi-background-clip-content-border-ref</title>
     1.6 +<style>
     1.7 +  div#outer { background-image: url(green-16x20.png);
     1.8 +              width: 100px; height: 100px;
     1.9 +              border: 20px solid transparent; }
    1.10 +  div#inner { background-image: url(aqua-32x32.png);
    1.11 +              width: 100%; height: 100%; }
    1.12 +</style>
    1.13 +<div id="outer"><div id="inner"></div></div>

mercurial