tor-browser

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

476357-1.html (511B)


      1 <!DOCTYPE HTML>
      2 <html class="reftest-wait">
      3 <title>Testcase, bug 476357</title>
      4 <div style="font-size: 10px;" id="page">
      5  <div style="float: right; height: 1px"></div>
      6  <div style="clear:both">.</div>
      7  <!-- We never give the following div a reflow with NS_FRAME_IS_DIRTY -->
      8  <div>Text<span>Text</span></div>
      9 </div>
     10 <script type="text/javascript">
     11 function run() {
     12  document.getElementById('page').style.fontSize='30px';
     13  document.documentElement.removeAttribute("class");
     14 }
     15 setTimeout(run, 0);
     16 </script>