layout/reftests/bidi/258928-1.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.)

michael@0 1 <!DOCTYPE HTML>
michael@0 2 <html>
michael@0 3 <head>
michael@0 4 <title>RTL list displayed as inline broken</title>
michael@0 5 <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
michael@0 6 <style type="text/css">
michael@0 7 ul {
michael@0 8 padding: 3px 10px;
michael@0 9 border-bottom: 3px solid #4949A9;
michael@0 10 white-space: nowrap;
michael@0 11 font-size: 13px;
michael@0 12 direction: rtl;
michael@0 13 text-align: left;
michael@0 14 }
michael@0 15
michael@0 16 ul li {
michael@0 17 display: inline;
michael@0 18 margin: 0;
michael@0 19 padding: 3px 10px;
michael@0 20 border-top: 1px solid gray;
michael@0 21 border-right: 1px solid gray;
michael@0 22 border-left: 1px solid gray;
michael@0 23 background-color: #f0f0f0;
michael@0 24 }
michael@0 25 </style>
michael@0 26 </head>
michael@0 27 <body>
michael@0 28 <h1>Broken RTL list when displayed as inline</h1>
michael@0 29 <h2>One Item</h2>
michael@0 30 <ul class="tabs">
michael@0 31 <li>Tab</li>
michael@0 32 </ul>
michael@0 33 <h2>Two Items</h2>
michael@0 34 <ul class="tabs">
michael@0 35 <li>Tab</li>
michael@0 36 <li>Tab</li>
michael@0 37 </ul>
michael@0 38 <h2>Many</h2>
michael@0 39 <ul class="tabs">
michael@0 40 <li>Tab</li>
michael@0 41 <li>Tab</li>
michael@0 42 <li>Tab</li>
michael@0 43 <li>Tab</li>
michael@0 44 <li>Tab</li>
michael@0 45 <li>Tab</li>
michael@0 46 <li>Tab</li>
michael@0 47 <li>Tab</li>
michael@0 48 <li>Tab</li>
michael@0 49 <li>Tab</li>
michael@0 50 </ul>
michael@0 51 </body>
michael@0 52 </html>

mercurial