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 negative text-indent (negative-intrinsic-min)
</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-003-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
;
26 <body style=
"width: 1px">
28 <div style=
"text-indent: -3em;"><span style=
"width: 1em"></span></div>
29 <div style=
"text-indent: -3em;"><span style=
"width: 5em"></span></div>
31 <div style=
"text-indent: -3em;"><span style=
"width: 1em"></span>​<span style=
"width: 1em"></span></div>
32 <div style=
"text-indent: -3em;"><span style=
"width: 1em"></span>​<span style=
"width: 3em"></span></div>
33 <div style=
"text-indent: -3em;"><span style=
"width: 1em"></span>​<span style=
"width: 3em"></span>​<span style=
"width: 3em"></span></div>
34 <div style=
"text-indent: -3em;"><span style=
"width: 4em"></span>​<span style=
"width: 3em"></span></div>
35 <div style=
"text-indent: -3em;"><span style=
"width: 1em"></span><br><span style=
"width: 1em"></span></div>
36 <div style=
"text-indent: -3em;"><span style=
"width: 5em"></span><br><span style=
"width: 1em"></span></div>
37 <pre style=
"text-indent: -3em"><span style=
"width: 1em"></span>
38 <span style=
"width: 5em"></span></pre>
39 <pre style=
"text-indent: -3em"><span style=
"width: 5em"></span>
40 <span style=
"width: 1em"></span></pre>