<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
  <title>CSS Test: DESCRIPTION OF TEST</title>
  <link href="http://dbaron.org/" rel="author" title="L. David Baron" />
  <link href="http://mozilla.com/" rel="author" title="Mozilla Corporation" />
  <link href="reference/background-lime.xht" rel="match" />
  <link href="http://www.w3.org/TR/css3-conditional/#at-media" rel="help" />
  <meta content="Whitespace after the MEDIA_SYM token is optional (S*)." name="assert" />
  <style>
   @media{ body { background: lime; color: black; } }
  </style>
 </head>
 <body>
   This page should have a light green background.
 

</body></html>