@Test
public void stylesheet_insertion_point() throws Exception
{
Document document = new Document();
document.newRootElement("html");
DocumentLinkerImpl linker = new DocumentLinkerImpl(true, "1.2.3", true);
linker.addStylesheetLink(new StylesheetLink("whatever.css"));
linker.addStylesheetLink(new StylesheetLink("insertion-point.css", new StylesheetOptions().asAjaxInsertionPoint()));