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