layout/reftests/box-properties/CSS21-t100303-ref.xhtml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/box-properties/CSS21-t100303-ref.xhtml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,26 @@
     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>CSS 2.1 Test Suite: Block-level, non-replaced elements in normal flow</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://www.w3.org/TR/CSS21/visudet.html#blockwidth" />
    1.11 +		<meta name="flags" content="" />
    1.12 +		<style type="text/css"><![CDATA[
    1.13 +
    1.14 +		body { direction: ltr; }
    1.15 +
    1.16 +		body > div {
    1.17 +			margin-left: 3px;
    1.18 +			width: 669px;
    1.19 +			height: 96px;
    1.20 +			background: green;
    1.21 +		}
    1.22 +		]]></style>
    1.23 +	</head>
    1.24 +	<body>
    1.25 +
    1.26 +		<div></div>
    1.27 +
    1.28 +	</body>
    1.29 +</html>

mercurial