(s)
| 5911 | (assert) => { |
| 5912 | const circular = { |
| 5913 | createHTML(s) { |
| 5914 | return DOMPurify.sanitize(s); |
| 5915 | }, |
| 5916 | createScriptURL: (s) => s, |
| 5917 | }; |
| 5918 | assert.throws(() => |
nothing calls this directly
no test coverage detected
searching dependent graphs…