* Perhaps the linker should create the <body> element in this case? In the meantime,
*/
@Test
public void no_body_element() throws Exception
{
Document document = new Document(new XMLMarkupModel());
document.newRootElement("html").element("notbody").element("p").text("Ready to be updated with scripts.");
DocumentLinkerImpl linker = new DocumentLinkerImpl(true);