1 <!DOCTYPE html PUBLIC
"-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
3 <title>CSS Test: Test for intrinsic widths and text-indent (intrinsic-pref)
</title>
4 <link rel=
"author" title=
"L. David Baron" href=
"http://dbaron.org/">
5 <link rel=
"author" title=
"Mozilla Corporation" href=
"http://mozilla.com/">
6 <link rel=
"help" href=
"http://www.w3.org/TR/CSS21/text.html#indentation-prop">
7 <link rel=
"match" href=
"text-indent-intrinsic-002-ref.htm">
8 <meta name=
"flags" content=
"">
9 <style type=
"text/css">
11 body
{ font-size: 12px; }
13 body
> div
, body
> pre
{
14 float: left
; clear: left
; margin: 1px; height: 2em;
19 display: inline-block
;
28 <!-- test against inline margin -->
29 <div style=
"text-indent: 3em;">X
</div>
31 <!-- test against block padding -->
32 <div style=
"text-indent: 3em;">X
</div>
34 <!-- test against block width -->
35 <div style=
"text-indent: 3em;"><span></span></div>
37 <div style=
"text-indent: 3em"><span style=
"width: 1em"></span></div>
38 <div style=
"text-indent: 3em"><span style=
"width: 1em"></span>​<span style=
"width: 2em"></span></div>
39 <div style=
"text-indent: 3em"><span style=
"width: 1em"></span>​<span style=
"width: 6em"></span></div>
40 <div style=
"text-indent: 3em"><span style=
"width: 1em"></span><br><span style=
"width: 2em"></span></div>
41 <div style=
"text-indent: 3em"><span style=
"width: 1em"></span><br><span style=
"width: 6em"></span></div>
42 <pre style=
"text-indent: 3em"><span style=
"width: 1em"></span>
43 <span style=
"width: 2em"></span></pre>
44 <pre style=
"text-indent: 3em"><span style=
"width: 1em"></span>
45 <span style=
"width: 6em"></span></pre>