Skip to content

Commit

Permalink
Disable testing of CSPViolationReportBody
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg committed Jan 6, 2023
1 parent c3079b0 commit c0161af
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions custom-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c0161af

Please sign in to comment.