tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

726392-3.html (2638B)


      1 <!DOCTYPE html>
      2 <html class="reftest-wait">
      3 <head>
      4  <meta charset="utf-8">
      5  <title>Bug 726392</title>
      6  <style type="text/css">
      7   p { margin: 0; white-space: pre-line; letter-spacing: 10px; font-size:6px;}
      8   .alignLeft { text-align: left; }
      9   .alignRight { text-align: right; }
     10   .alignCenter { text-align: center; }
     11   .alignJustify { text-align: justify; }
     12   .alignStart { text-align: start; }
     13   .alignEnd { text-align: end; }
     14   .alignLastAuto { text-align-last: auto; }
     15   .alignLastLeft { text-align-last: left; }
     16   .alignLastRight { text-align-last: right; }
     17   .alignLastCenter { text-align-last: center; }
     18   .alignLastJustify { text-align-last: justify; }
     19   .alignLastStart { text-align-last: start; }
     20   .alignLastEnd { text-align-last: end; }
     21  </style>
     22 </head>
     23 <body style="width:590px; height:590px;">
     24 <div id="e" style="width:50%">
     25  <p class="alignLeft alignLastAuto">test
     26 test</p>
     27  <p class="alignLeft alignLastLeft">test
     28 test</p>
     29  <p class="alignLeft alignLastRight">test
     30 test</p>
     31  <p class="alignLeft alignLastCenter">test
     32 test</p>
     33  <p class="alignLeft alignLastJustify">test
     34 test</p>
     35  <p class="alignLeft alignLastStart">test
     36 test</p>
     37  <p class="alignLeft alignLastEnd">test
     38 test</p>
     39  <p class="alignJustify alignLastAuto">test
     40 test</p>
     41  <p class="alignJustify alignLastLeft">test
     42 test</p>
     43  <p class="alignJustify alignLastRight">test
     44 test</p>
     45  <p class="alignJustify alignLastCenter">test
     46 test</p>
     47  <p class="alignJustify alignLastJustify">test
     48 test</p>
     49  <p class="alignJustify alignLastStart">test
     50 test</p>
     51  <p class="alignJustify alignLastEnd">test
     52 test</p>
     53  <p class="alignStart alignLastAuto">test
     54 test</p>
     55  <p class="alignStart alignLastLeft">test
     56 test</p>
     57  <p class="alignStart alignLastRight">test
     58 test</p>
     59  <p class="alignStart alignLastCenter">test
     60 test</p>
     61  <p class="alignStart alignLastJustify">test
     62 test</p>
     63  <p class="alignStart alignLastStart">test
     64 test</p>
     65  <p class="alignStart alignLastEnd">test
     66 test</p>
     67  <p class="alignEnd alignLastAuto">test
     68 test</p>
     69  <p class="alignEnd alignLastLeft">test
     70 test</p>
     71  <p class="alignEnd alignLastRight">test
     72 test</p>
     73  <p class="alignEnd alignLastCenter">test
     74 test</p>
     75  <p class="alignEnd alignLastJustify">test
     76 test</p>
     77  <p class="alignEnd alignLastStart">test
     78 test</p>
     79  <p class="alignEnd alignLastEnd">test
     80 test</p>
     81 </div>
     82 <script type="text/javascript">
     83 function resizeElements()
     84 {
     85  var enclosingDiv = document.getElementById("e");
     86  enclosingDiv.style.width = "100%";
     87  document.documentElement.removeAttribute("class");
     88 }
     89 
     90 document.addEventListener("MozReftestInvalidate", resizeElements);
     91 </script>
     92 
     93 </body>
     94 </html>