Home
last modified time | relevance | path

Searched refs:fuzzyHtml (Results 1 – 1 of 1) sorted by relevance

/external/owasp/sanitizer/src/tests/org/owasp/html/
DHtmlSanitizerFuzzerTest.java127 final String fuzzyHtml = new String(fuzzyHtml0); in testFuzzHtmlParser() local
131 HtmlSanitizer.sanitize(fuzzyHtml, DO_NOTHING_POLICY); in testFuzzHtmlParser()
135 + "Failed on <<<" + fuzzyHtml + ">>>"); in testFuzzHtmlParser()