ProcessingInstruction-literal-1.xhtml (403B)
1 <?xml version="1.0" encoding="UTF-8"?> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <title><?xml?> is not a ProcessingInstruction</title> 5 <script src="/resources/testharness.js"></script> 6 <script src="/resources/testharnessreport.js"></script> 7 </head> 8 <body> 9 <div id="log"/> 10 <script> 11 test(function() { 12 assert_equals(document.firstChild, document.documentElement) 13 }) 14 </script> 15 </body> 16 </html>