<?xml-stylesheet href="data:text/css,body{background:lime}"?>
<?xml-stylesheet media="not only (max-width:0)" href="data:text/css,body{background:red}"?>
<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
  <title>Parsing (n): 'not only (max-width:0)'</title>
 </head>
 <body>
  <p>This page should have a green background.</p>
 </body>
</html>
