tor-browser

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

grid-layout-stale-001-ref.html (366B)


      1 <!doctype html>
      2 <title>CSS Grid: Do not add non-children of the grid into the grid container</title>
      3 
      4 <style>
      5  embed { position: absolute; }
      6  .c1 { animation-delay: 45762s; }
      7 </style>
      8 
      9 <p>This test passes if it doesn't crash and it matches the reference.</p>
     10 <div style="display: grid;">
     11  <embed type="something-not-js">
     12 </div>
     13 <highlight class="c1"></highlight>