<!DOCTYPE html [
<!ENTITY test "yellow">
]>
<?xml-stylesheet type="text/css" href='../support/&test;.css'?>
<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
  <title>Entity defined in internal subset</title>
 </head>
 <body>
  <p>If the background is yellow or blue, then the PI was applied. If yellow, then entities defined in internal subset are expanded.</p>
 </body>
</html>
