tor-browser

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

dynamic-caption-child-change-001.html (767B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      3 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1379473">
      4 <link rel="match" href="../../reference/ref-filled-green-100px-square.xht">
      5 <p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
      6 <div style="columns:2; column-fill:auto; height:500px;">
      7  <div style="display:table-caption; overflow:hidden;">
      8    <span>
      9      <div style="display:inline-block; width:100px; height:100px; background:red;">
     10        <div id="target" style="width:0px; height:100px; background:green;"></div>
     11      </div>
     12      &nbsp;
     13    </span>
     14  </div>
     15 </div>
     16 <script>
     17  document.body.offsetTop;
     18  target.style.width = "100px";
     19 </script>