tor-browser

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

at-media-whitespace-optional-001.html (609B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4  <title>CSS Test: DESCRIPTION OF TEST</title>
      5  <link rel="author" title="L. David Baron" href="https://dbaron.org/">
      6  <link rel="author" title="Mozilla Corporation" href="http://mozilla.com/">
      7  <link rel="match" href="reference/background-lime.html">
      8  <link rel="help" href="http://www.w3.org/TR/css3-conditional/#at-media">
      9  <meta name="assert" content="Whitespace after the MEDIA_SYM token is optional (S*).">
     10  <style>
     11   @media{ body { background: lime; color: black; } }
     12  </style>
     13 </head>
     14 <body>
     15   This page should have a light green background.
     16 </body>
     17 </html>