0

Remove obsolete expectation.

This is a left-over expectation file from the old Sanitizer API that is
not actually being tested against.

Bug: 356601280
Change-Id: Ia33648d6e63613cb916e8cc6e40c7acb0aa149ed
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6333184
Reviewed-by: Yifan Luo <lyf@chromium.org>
Commit-Queue: Daniel Vogelheim <vogelheim@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1429515}
This commit is contained in:
Daniel Vogelheim
2025-03-07 08:06:00 -08:00
committed by Chromium LUCI CQ
parent 51f07e5148
commit 0e7f4ffa80

@ -1,24 +0,0 @@
This is a testharness.js-based test.
[FAIL] Sanitizer interface: existence and properties of interface object
assert_own_property: self does not have own property "Sanitizer" expected property "Sanitizer" missing
[FAIL] Sanitizer interface object length
assert_own_property: self does not have own property "Sanitizer" expected property "Sanitizer" missing
[FAIL] Sanitizer interface object name
assert_own_property: self does not have own property "Sanitizer" expected property "Sanitizer" missing
[FAIL] Sanitizer interface: existence and properties of interface prototype object
assert_own_property: self does not have own property "Sanitizer" expected property "Sanitizer" missing
[FAIL] Sanitizer interface: existence and properties of interface prototype object's "constructor" property
assert_own_property: self does not have own property "Sanitizer" expected property "Sanitizer" missing
[FAIL] Sanitizer interface: existence and properties of interface prototype object's @@unscopables property
assert_own_property: self does not have own property "Sanitizer" expected property "Sanitizer" missing
[FAIL] Sanitizer interface: operation sanitize((DocumentFragment or Document))
assert_own_property: self does not have own property "Sanitizer" expected property "Sanitizer" missing
[FAIL] Sanitizer must be primary interface of new Sanitizer({})
assert_equals: Unexpected exception when evaluating object expected null but got object "ReferenceError: Sanitizer is not defined"
[FAIL] Stringification of new Sanitizer({})
assert_equals: Unexpected exception when evaluating object expected null but got object "ReferenceError: Sanitizer is not defined"
[FAIL] Sanitizer interface: new Sanitizer({}) must inherit property "sanitize((DocumentFragment or Document))" with the proper type
assert_equals: Unexpected exception when evaluating object expected null but got object "ReferenceError: Sanitizer is not defined"
[FAIL] Sanitizer interface: calling sanitize((DocumentFragment or Document)) on new Sanitizer({}) with too few arguments must throw TypeError
assert_equals: Unexpected exception when evaluating object expected null but got object "ReferenceError: Sanitizer is not defined"
Harness: the test ran to completion.