layout/reftests/bidi/779003-1-dynamic.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 class="reftest-wait">
     3  <head>
     4    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
     5    <style type="text/css">
     6 #searchPaginationFooter {
     7   direction: rtl;
     8 }
    10 .backLink {
    11   display: inline;
    12 }
    14 .nextLink {
    15   display: inline;
    16 }
    18 .pagination,
    19 .pagination li {
    20   display: inline;
    21 }
    22    </style>
    23  </head>
    24  <body>
    25    <div>
    26      <div id="searchPaginationFooter">
    27        <p class="backLink"> &lt; <span class="gray">السابق</span></p>
    28        <ul class="pagination">
    29 	 <li><span class="select">1</span></li>
    30 	 <li><a href="#page=2">2</a></li>
    31 	 <li><a href="#page=3">3</a></li>
    32 	 <li><a href="#page=4">4</a></li>
    33 	 <li><a href="#page=5">5</a></li>
    34 	 <li><a href="#page=6">6</a></li>
    35 	 <li><a href="#page=7">7</a></li>
    36 	 <li><a href="#page=8">8</a></li>
    37 	 <li id="here"><a href="#page=9">9</a></li>
    38 	 <li>...</li>
    39 	 <li><a href="#page=325">325</a></li>
    40        </ul>
    41        <p class="nextLink"><a href="#page=2">التالي</a> &gt; </p>
    42      </div>
    43    </div>
    44 <script type="text/javascript">
    45 function removePage() {
    46   var here = document.getElementById("here");
    47   here.parentNode.removeChild(here);
    48   document.documentElement.removeAttribute("class");
    49 }
    50 document.addEventListener("MozReftestInvalidate", removePage, false);
    51 </script>
    52  </body>
    53 </html>

mercurial