blob: 644b051aa591665177ba74627aaaeeef01daae7d [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: Margin Boxes - Top Left's Left Margin</title>
<link rel="author" title="Tom Clancy" href="mailto:tclancy@revenution.com"/>
<link rel="help" href="http://www.w3.org/TR/css3-page/#margin-boxes"/>
<meta name="flags" content="paged" />
<meta name="assert" content="The used value of the top-left box's left margin is its computed value unless that value is 'auto'"/>
<style type="text/css"><![CDATA[
@page {
@top-left {
content: "";
border: 1pt solid black;
margin-left: 1in;
margin-top: 0.25in;
}
}
html, body {
margin: 0;
padding: 0;
height: 100%;
}
p {
width: 1in;
background: #8EE5EE;
}
]]></style>
</head>
<body>
<p>The left edge of the box above this text should start at the right edge of this box.</p>
</body>
</html>