layout/reftests/backgrounds/layers-stacking-order-ref.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-ref.xhtml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,28 @@
     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 +		}
    1.17 +
    1.18 +
    1.19 +		]]></style>
    1.20 +	</head>
    1.21 +	<body>
    1.22 +
    1.23 +	<div id="test">
    1.24 +		<img src="aqua-32x32.png" style="position: absolute; left: 20px; top: 20px" />
    1.25 +		<img src="fuchsia-32x32.png" style="position: absolute; left: 10px; top: 10px" />
    1.26 +		<img src="yellow-32x32.png" style="position: absolute; left: 15px; top: 15px" />
    1.27 +		<img src="blue-32x32.png" style="position: absolute; left: 5px; top: 5px" />
    1.28 +	</div>
    1.29 +
    1.30 +	</body>
    1.31 +</html>

mercurial