layout/reftests/bidi/779003-1-ref.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 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
michael@0 5 <style type="text/css">
michael@0 6 #searchPaginationFooter {
michael@0 7 direction: rtl;
michael@0 8 }
michael@0 9
michael@0 10 .backLink {
michael@0 11 display: inline-block;
michael@0 12 }
michael@0 13
michael@0 14 .nextLink {
michael@0 15 display: inline-block;
michael@0 16 }
michael@0 17
michael@0 18 .pagination,
michael@0 19 .pagination li {
michael@0 20 display: inline-block;
michael@0 21 margin: 0;
michael@0 22 }
michael@0 23
michael@0 24 p { margin: 0; }
michael@0 25 </style>
michael@0 26 </head>
michael@0 27 <body>
michael@0 28 <div>
michael@0 29 <div id="searchPaginationFooter">
michael@0 30 <p class="backLink"> &lt; <span class="gray">السابق</span></p>
michael@0 31 <ul class="pagination">
michael@0 32 <li><span class="select">1</span></li>
michael@0 33 <li><a href="#page=2">2</a></li>
michael@0 34 <li><a href="#page=3">3</a></li>
michael@0 35 <li><a href="#page=4">4</a></li>
michael@0 36 <li><a href="#page=5">5</a></li>
michael@0 37 <li><a href="#page=6">6</a></li>
michael@0 38 <li><a href="#page=7">7</a></li>
michael@0 39 <li><a href="#page=8">8</a></li>
michael@0 40 <li>...</li>
michael@0 41 <li><a href="#page=325">325</a></li>
michael@0 42 </ul>
michael@0 43 <p class="nextLink"><a href="#page=2">التالي</a> &gt; </p>
michael@0 44 </div>
michael@0 45 </div>
michael@0 46 </body>
michael@0 47 </html>

mercurial