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