<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
  <title>CSS: Tests for ::-moz-selection</title>
  <style type="text/css">
   ::-moz-selection { color: inherit; background: yellow; }
  </style>
 </head>
 <body>
  <p>Any text you <em>select</em> on this page should be <strong>highlighted</strong> in yellow.</p>
 </body>
</html>
