blob: d39ce682599a05cb46babd9c48eadb18de37e01b [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: @page border property points</title>
<link rel="author" title="Tom Clancy" href="mailto:tclancy@revenution.com"/>
<link rel="help" href="http://www.w3.org/TR/css3-page/#page-properties"/>
<link rel="help" href="http://www.w3.org/TR/css3-page/#page-box-page-rule"/>
<meta name="flags" content="paged" />
<meta name="assert" content="A border declaration within the @page context applies to the page box."/>
<style type="text/css"><![CDATA[
@page {
border-color: green;
border-style: solid;
border-width: 2mm 4pc 0 1pt;
}
]]></style>
</head>
<body>
<div>When printed, this paragraph must appear inside a box with a green border. The border must be thin on the left, thicker on top and thickest on the right. No border should appear on the bottom.</div>
</body>
</html>