tor-browser

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

scroll-to-text-diretive-center-ref.html (465B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8" />
      3 <title>URL Fragment Text Directives: Reference - Scrolling to a text directive should center it in the block flow direction</title>
      4 <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com">
      5 <p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
      6 <div style="place-content: center; height: 150px;">
      7  <div style="background: green; width: 100px; height: 100px;"></div>
      8 </div>