tor-browser

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

replaced-element-014.html (427B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1241154">
      3 <link rel="match" href="../../reference/ref-filled-green-100px-square-only.html">
      4 <p>Test passes if there is a filled green square.</p>
      5 <div style="width: 100px; display: grid; grid-template-column: 1fr;">
      6  <img src="support/500x500-green.png" style="background: green; height: auto; width: 200px; max-width: 100%;">
      7 </div>