@Test
public void duplicate_scripts_ignored_first_media_wins() throws Exception
{
Document document = new Document(new XMLMarkupModel());
document.newRootElement("html").element("body").element("p").text("Ready to be updated with styles.");
DocumentLinkerImpl linker = new DocumentLinkerImpl(true);
linker.addStylesheetLink("foo.css", null);
linker.addStylesheetLink("bar/baz.css", "print");