blob: c9c582bcbae825fa86a52eea23f71aca2ac8fbe3 [file] [log] [blame]
This is a testharness.js-based test.
Found 68 tests; 67 PASS, 1 FAIL, 0 TIMEOUT, 0 NOTRUN.
PASS SanitizerAPI sanitize function without argument should throw an error.
PASS SanitizerAPI sanitizeToString function for null.
PASS SanitizerAPI config: plaintext, sanitizeToString from string function for plaintext
PASS SanitizerAPI config: xmp, sanitizeToString from string function for xmp
PASS SanitizerAPI config: Template element, sanitizeToString from string function for Template element
PASS SanitizerAPI config: HTMLAnchorElement with javascript protocal, sanitizeToString from string function for HTMLAnchorElement with javascript protocal
PASS SanitizerAPI config: HTMLAnchorElement with javascript protocal start with space, sanitizeToString from string function for HTMLAnchorElement with javascript protocal start with space
PASS SanitizerAPI config: HTMLAnchorElement, sanitizeToString from string function for HTMLAnchorElement
PASS SanitizerAPI config: HTMLAreaElement with javascript protocal, sanitizeToString from string function for HTMLAreaElement with javascript protocal
PASS SanitizerAPI config: HTMLAreaElement with javascript protocal start with space, sanitizeToString from string function for HTMLAreaElement with javascript protocal start with space
PASS SanitizerAPI config: HTMLAreaElement, sanitizeToString from string function for HTMLAreaElement
PASS SanitizerAPI config: HTMLFormElement with javascript action, sanitizeToString from string function for HTMLFormElement with javascript action
PASS SanitizerAPI config: HTMLFormElement with javascript action start with space, sanitizeToString from string function for HTMLFormElement with javascript action start with space
PASS SanitizerAPI config: HTMLFormElement, sanitizeToString from string function for HTMLFormElement
PASS SanitizerAPI config: HTMLInputElement with javascript formaction, sanitizeToString from string function for HTMLInputElement with javascript formaction
PASS SanitizerAPI config: HTMLInputElement with javascript formaction start with space, sanitizeToString from string function for HTMLInputElement with javascript formaction start with space
PASS SanitizerAPI config: HTMLInputElement, sanitizeToString from string function for HTMLInputElement
PASS SanitizerAPI config: HTMLButtonElement with javascript formaction, sanitizeToString from string function for HTMLButtonElement with javascript formaction
PASS SanitizerAPI config: HTMLButtonElement with javascript formaction start with space, sanitizeToString from string function for HTMLButtonElement with javascript formaction start with space
PASS SanitizerAPI config: HTMLButtonElement, sanitizeToString from string function for HTMLButtonElement
PASS SanitizerAPI config: malformed HTML, sanitizeToString from string function for malformed HTML
PASS SanitizerAPI config: Regression test for WICG/sanitizer-api#84., sanitizeToString from string function for Regression test for WICG/sanitizer-api#84.
PASS SanitizerAPI config: Regression test for WICG/sanitizer-api#85., sanitizeToString from string function for Regression test for WICG/sanitizer-api#85.
PASS SanitizerAPI config: Regression test for WICG/sanitizer-api#86., sanitizeToString from string function for Regression test for WICG/sanitizer-api#86.
PASS SanitizerAPI with config: plaintext, sanitizeToString from document function for plaintext
PASS SanitizerAPI with config: xmp, sanitizeToString from document function for xmp
PASS SanitizerAPI with config: Template element, sanitizeToString from document function for Template element
PASS SanitizerAPI with config: HTMLAnchorElement with javascript protocal, sanitizeToString from document function for HTMLAnchorElement with javascript protocal
PASS SanitizerAPI with config: HTMLAnchorElement with javascript protocal start with space, sanitizeToString from document function for HTMLAnchorElement with javascript protocal start with space
PASS SanitizerAPI with config: HTMLAnchorElement, sanitizeToString from document function for HTMLAnchorElement
PASS SanitizerAPI with config: HTMLAreaElement with javascript protocal, sanitizeToString from document function for HTMLAreaElement with javascript protocal
PASS SanitizerAPI with config: HTMLAreaElement with javascript protocal start with space, sanitizeToString from document function for HTMLAreaElement with javascript protocal start with space
PASS SanitizerAPI with config: HTMLAreaElement, sanitizeToString from document function for HTMLAreaElement
PASS SanitizerAPI with config: HTMLFormElement with javascript action, sanitizeToString from document function for HTMLFormElement with javascript action
PASS SanitizerAPI with config: HTMLFormElement with javascript action start with space, sanitizeToString from document function for HTMLFormElement with javascript action start with space
PASS SanitizerAPI with config: HTMLFormElement, sanitizeToString from document function for HTMLFormElement
PASS SanitizerAPI with config: HTMLInputElement with javascript formaction, sanitizeToString from document function for HTMLInputElement with javascript formaction
PASS SanitizerAPI with config: HTMLInputElement with javascript formaction start with space, sanitizeToString from document function for HTMLInputElement with javascript formaction start with space
PASS SanitizerAPI with config: HTMLInputElement, sanitizeToString from document function for HTMLInputElement
PASS SanitizerAPI with config: HTMLButtonElement with javascript formaction, sanitizeToString from document function for HTMLButtonElement with javascript formaction
PASS SanitizerAPI with config: HTMLButtonElement with javascript formaction start with space, sanitizeToString from document function for HTMLButtonElement with javascript formaction start with space
PASS SanitizerAPI with config: HTMLButtonElement, sanitizeToString from document function for HTMLButtonElement
FAIL SanitizerAPI with config: malformed HTML, sanitizeToString from document function for malformed HTML assert_equals: expected "<p>Some text</p><!-- 1 --><!-- 2 --><p>Some more text</p>" but got "<p>Some text</p><p>Some more text</p>"
PASS SanitizerAPI with config: Regression test for WICG/sanitizer-api#84., sanitizeToString from document function for Regression test for WICG/sanitizer-api#84.
PASS SanitizerAPI with config: Regression test for WICG/sanitizer-api#85., sanitizeToString from document function for Regression test for WICG/sanitizer-api#85.
PASS SanitizerAPI with config: Regression test for WICG/sanitizer-api#86., sanitizeToString from document function for Regression test for WICG/sanitizer-api#86.
PASS SanitizerAPI with config: plaintext, sanitizeToString from document fragment function for plaintext
PASS SanitizerAPI with config: xmp, sanitizeToString from document fragment function for xmp
PASS SanitizerAPI with config: Template element, sanitizeToString from document fragment function for Template element
PASS SanitizerAPI with config: HTMLAnchorElement with javascript protocal, sanitizeToString from document fragment function for HTMLAnchorElement with javascript protocal
PASS SanitizerAPI with config: HTMLAnchorElement with javascript protocal start with space, sanitizeToString from document fragment function for HTMLAnchorElement with javascript protocal start with space
PASS SanitizerAPI with config: HTMLAnchorElement, sanitizeToString from document fragment function for HTMLAnchorElement
PASS SanitizerAPI with config: HTMLAreaElement with javascript protocal, sanitizeToString from document fragment function for HTMLAreaElement with javascript protocal
PASS SanitizerAPI with config: HTMLAreaElement with javascript protocal start with space, sanitizeToString from document fragment function for HTMLAreaElement with javascript protocal start with space
PASS SanitizerAPI with config: HTMLAreaElement, sanitizeToString from document fragment function for HTMLAreaElement
PASS SanitizerAPI with config: HTMLFormElement with javascript action, sanitizeToString from document fragment function for HTMLFormElement with javascript action
PASS SanitizerAPI with config: HTMLFormElement with javascript action start with space, sanitizeToString from document fragment function for HTMLFormElement with javascript action start with space
PASS SanitizerAPI with config: HTMLFormElement, sanitizeToString from document fragment function for HTMLFormElement
PASS SanitizerAPI with config: HTMLInputElement with javascript formaction, sanitizeToString from document fragment function for HTMLInputElement with javascript formaction
PASS SanitizerAPI with config: HTMLInputElement with javascript formaction start with space, sanitizeToString from document fragment function for HTMLInputElement with javascript formaction start with space
PASS SanitizerAPI with config: HTMLInputElement, sanitizeToString from document fragment function for HTMLInputElement
PASS SanitizerAPI with config: HTMLButtonElement with javascript formaction, sanitizeToString from document fragment function for HTMLButtonElement with javascript formaction
PASS SanitizerAPI with config: HTMLButtonElement with javascript formaction start with space, sanitizeToString from document fragment function for HTMLButtonElement with javascript formaction start with space
PASS SanitizerAPI with config: HTMLButtonElement, sanitizeToString from document fragment function for HTMLButtonElement
PASS SanitizerAPI with config: malformed HTML, sanitizeToString from document fragment function for malformed HTML
PASS SanitizerAPI with config: Regression test for WICG/sanitizer-api#84., sanitizeToString from document fragment function for Regression test for WICG/sanitizer-api#84.
PASS SanitizerAPI with config: Regression test for WICG/sanitizer-api#85., sanitizeToString from document fragment function for Regression test for WICG/sanitizer-api#85.
PASS SanitizerAPI with config: Regression test for WICG/sanitizer-api#86., sanitizeToString from document fragment function for Regression test for WICG/sanitizer-api#86.
Harness: the test ran to completion.