Files
servo/tests/wpt/css-tests/css21_dev/xhtml1print/reference/text-indent-intrinsic-001-ref.xht

45 lines
1.3 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Test for intrinsic widths and text-indent</title>
<style type="text/css">
@page { font: italic 8pt sans-serif; color: gray;
margin: 7%;
counter-increment: page;
@top-left { content: "CSS 2.1 Conformance Test Suite"; }
@top-right { content: "Test text-indent-intrinsic-001-ref"; }
@bottom-right { content: counter(page); }
}
</style>
<style type="text/css">
body { font-size: 12px; }
body &gt; div, body &gt; pre {
float: left; clear: left; margin: 1px; height: 2em;
border: medium solid;
}
</style>
</head>
<body>
<!-- test against inline margin -->
<div><span style="margin-left: 3em">X</span></div>
<!-- test against block padding -->
<div style="padding-left: 3em;">X</div>
<!-- test against block width -->
<div style="width: 4em;"></div>
<div style="width: 4em;"></div>
<div style="width: 4em;"></div>
<div style="width: 6em;"></div>
<div style="width: 4em;"></div>
<div style="width: 6em;"></div>
<div style="width: 4em;"></div>
<div style="width: 6em;"></div>
</body></html>