tor-browser

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

variable-fragmentainer-size-001-ref.html (804B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      3 <p>There should be three blue squares and three hotpink ones.</p>
      4 <div style="width:300px;">
      5  <div style="float:left; width:100px;">
      6    <div style="width:20px; height:20px; background:blue;"></div>
      7    <div style="margin-top:60px; width:20px; height:20px; background:hotpink;"></div>
      8  </div>
      9  <div style="float:left; width:100px;">
     10    <div style="width:20px; height:20px; background:blue;"></div>
     11    <div style="margin-top:60px; width:20px; height:20px; background:hotpink;"></div>
     12  </div>
     13  <div style="float:left; width:100px;">
     14    <div style="width:20px; height:20px; background:blue;"></div>
     15    <div style="margin-top:10px; width:20px; height:20px; background:hotpink;"></div>
     16  </div>
     17 </div>