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

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     1 <!DOCTYPE HTML>
     2 <html>
     3 <head>
     4 <title>CSS 2.1 Test Suite: Test for intrinsic widths and negative text-indent</title>
     5 <link rel="author" title="L. David Baron" href="http://dbaron.org/" />
     6 <link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
     7 <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
     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;
    15 	border: medium solid;
    16 }
    18 span {
    19     display: inline-block;
    20     height: 1em;
    21     width: 1em;
    22 }
    24 </style>
    25 </head>
    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>&#x200b;<span style="width: 1em"></span></div>
    32 <div style="text-indent: -3em;"><span style="width: 1em"></span>&#x200b;<span style="width: 3em"></span></div>
    33 <div style="text-indent: -3em;"><span style="width: 1em"></span>&#x200b;<span style="width: 3em"></span>&#x200b;<span style="width: 3em"></span></div>
    34 <div style="text-indent: -3em;"><span style="width: 4em"></span>&#x200b;<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>
    42 </body>
    43 </html>

mercurial