layout/reftests/backgrounds/layers-stacking-order.xhtml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/backgrounds/layers-stacking-order.xhtml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,27 @@
     1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
     1.5 +<html xmlns="http://www.w3.org/1999/xhtml">
     1.6 +	<head>
     1.7 +		<title>css3-background: stacking order of layers</title>
     1.8 +		<link rel="author" title="L. David Baron" href="http://dbaron.org/" />
     1.9 +		<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
    1.10 +		<link rel="help" href="http://dev.w3.org/csswg/css3-background/#layering" />
    1.11 +		<meta name="flags" content="" />
    1.12 +		<style type="text/css"><![CDATA[
    1.13 +
    1.14 +		div#test {
    1.15 +			position: relative; height: 100px; width: 100px;
    1.16 +			background: url(blue-32x32.png) 5px 5px no-repeat,
    1.17 +			            url(yellow-32x32.png) 15px 15px no-repeat,
    1.18 +			            url(fuchsia-32x32.png) 10px 10px no-repeat,
    1.19 +			            url(aqua-32x32.png) 20px 20px no-repeat;
    1.20 +		}
    1.21 +
    1.22 +
    1.23 +		]]></style>
    1.24 +	</head>
    1.25 +	<body>
    1.26 +
    1.27 +	<div id="test"></div>
    1.28 +
    1.29 +	</body>
    1.30 +</html>

mercurial