tor-browser

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

float-in-nested-multicol-001.html (691B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <link rel="author" title="Ting-Yu Lin" href="mailto:tlin@mozilla.com">
      4 <link rel="author" title="Mozilla" href="https://www.mozilla.org/">
      5 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1833238">
      6 <!-- Browsers do not agree on the rendering, so we just verify the rendering is *not* blank. -->
      7 <link rel="mismatch" href="../../reference/blank.html">
      8 
      9 <style>
     10 article {
     11  width: 300px;
     12  column-count: 2;
     13 }
     14 main {
     15  column-count: 2;
     16 }
     17 </style>
     18 
     19 <article>
     20  <main>
     21    <div>&nbsp;</div>
     22    <footer style="float: left">
     23      <div style="margin-top: 1em">ABC</div> <!-- This text should appear. -->
     24    </footer>
     25  </main>
     26 </article>