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