<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
  <title>XHTML baseline support test</title>
 </head>
 <body>
  <p>Line 1</p>
  <p><![CDATA[ Line 2 ]]></p>
  <p>Normal <b>Bold</b> Normal; <b/> Is this bold? </p>
  <p>Normal <b>Bold</b> Normal; <b xmlns="">Is this bold?</b> </p>
 </body>
</html>
