From c0161af1bf72d5220d3c50335382caec6d732a2c Mon Sep 17 00:00:00 2001 From: "Queen Vinyl Da.i'gyu-Kazotetsu" Date: Fri, 6 Jan 2023 03:58:47 -0800 Subject: [PATCH] Disable testing of CSPViolationReportBody --- custom-tests.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/custom-tests.yaml b/custom-tests.yaml index 30c2b41c6..beb18c871 100644 --- a/custom-tests.yaml +++ b/custom-tests.yaml @@ -480,6 +480,11 @@ api: - cryptoKey __base: |- var promise = reusableInstances.cryptoKey; + CSPViolationReportBody: + __base: |- + // XXX Obtaining an instance of this interface involves creating a CSP violation, much like firing an event. + // See http://developer.mozilla.org/docs/Web/API/CSPViolationReportBody#examples + return {result: null, message: 'Testing CSPViolationReportBody is not yet implemented'}; CSSConditionRule: __resources: - createStyleSheet