layout/reftests/text-indent/text-indent-negative-intrinsic-pref.html

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

michael@0 1 <!DOCTYPE HTML>
michael@0 2 <html>
michael@0 3 <head>
michael@0 4 <title>CSS 2.1 Test Suite: Test for intrinsic widths and negative text-indent</title>
michael@0 5 <link rel="author" title="L. David Baron" href="http://dbaron.org/" />
michael@0 6 <link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
michael@0 7 <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
michael@0 8 <meta name="flags" content="" />
michael@0 9 <style type="text/css">
michael@0 10
michael@0 11 body { font-size: 12px; }
michael@0 12
michael@0 13 body > div, body > pre {
michael@0 14 float: left; clear: left; margin: 1px; height: 2em;
michael@0 15 border: medium solid;
michael@0 16 }
michael@0 17
michael@0 18 span {
michael@0 19 display: inline-block;
michael@0 20 height: 1em;
michael@0 21 width: 1em;
michael@0 22 }
michael@0 23
michael@0 24 </style>
michael@0 25 </head>
michael@0 26 <body>
michael@0 27
michael@0 28 <div style="text-indent: -3em;"><span style="width: 1em"></span></div>
michael@0 29 <div style="text-indent: -3em;"><span style="width: 5em"></span></div>
michael@0 30
michael@0 31 <div style="text-indent: -3em;"><span style="width: 1em"></span>&#x200b;<span style="width: 1em"></span></div>
michael@0 32 <div style="text-indent: -3em;"><span style="width: 1em"></span>&#x200b;<span style="width: 3em"></span></div>
michael@0 33 <div style="text-indent: -3em;"><span style="width: 1em"></span>&#x200b;<span style="width: 3em"></span>&#x200b;<span style="width: 3em"></span></div>
michael@0 34 <div style="text-indent: -3em;"><span style="width: 4em"></span>&#x200b;<span style="width: 3em"></span></div>
michael@0 35 <div style="text-indent: -3em;"><span style="width: 1em"></span><br><span style="width: 1em"></span></div>
michael@0 36 <div style="text-indent: -3em;"><span style="width: 5em"></span><br><span style="width: 1em"></span></div>
michael@0 37 <pre style="text-indent: -3em"><span style="width: 1em"></span>
michael@0 38 <span style="width: 5em"></span></pre>
michael@0 39 <pre style="text-indent: -3em"><span style="width: 5em"></span>
michael@0 40 <span style="width: 1em"></span></pre>
michael@0 41
michael@0 42 </body>
michael@0 43 </html>

mercurial