Searched refs:getParsedContentOneLine (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/javax/swing/text/html/parser/Parser/7165725/
H A Dbug7165725.java169 static String getParsedContentOneLine(String path) throws Exception { method in class:bug7165725
179 static String getParsedContentOneLine(URL url) throws Exception { method in class:bug7165725
180 return getParsedContentOneLine(url.getPath());
184 String content = getParsedContentOneLine(new URL(getDirURL() + "successive-script-tag.html"));
192 String content = getParsedContentOneLine(new URL(getDirURL() + "false-text-after-script.html"));

Completed in 49 milliseconds