<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
  <title>CSS: a few tests of general :empty</title>
  <style type="text/css">
   *|* { padding: 4px; margin: 4px; border: solid 1px blue; display: block; }
   *|*:empty { border: thick solid green; }
  </style>
 </head>
 <body>
  <test xmlns="http://www.example.org/"></test>
  <p>There should be only one green box on this page.</p>
 </body>
</html>
