test(platform-browser): remove stray `debugger` statement (#22167)

PR Close #22167
This commit is contained in:
George Kalpakas 2018-02-15 19:19:40 +02:00 committed by Victor Berchet
parent a4032296cc
commit 0d248079ba
1 changed files with 0 additions and 1 deletions

View File

@ -149,7 +149,6 @@ import {sanitizeHtml} from '../../src/security/html_sanitizer';
// See https://github.com/cure53/DOMPurify/releases/tag/0.6.7
it('should not allow JavaScript hidden in badly formed HTML to get through sanitization (Firefox bug)',
() => {
debugger;
expect(sanitizeHtml(
defaultDoc, '<svg><p><style><img src="</style><img src=x onerror=alert(1)//">'))
.toEqual(