<?xml-stylesheet type="text/css" href='../support/&test;.css'?>
<!DOCTYPE html [
<!ENTITY test "yellow">
]>
<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
  <title>Entity defined in internal subset (doctype after PI)</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 even when the doctype was after the PI.</p>
 </body>
</html>
