tor-browser

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

grid-text-green-margin-no-collapse-ref.html (459B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Grid Layout Test: Reference file text should be green and margins do not collapse</title>
      4 <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com">
      5 <style>
      6  p {
      7    color: green;
      8    /* Prevent collapsing body and paragraph margins. */
      9    float: left;
     10  }
     11 </style>
     12 <p>This text should be <strong>green</strong> and body and paragraph margins should <strong>not collapse</strong>.</p>