From 5993c47a86376f28eabe1a503cd22d71de8aee70 Mon Sep 17 00:00:00 2001 From: leonsenft Date: Tue, 19 May 2026 17:37:47 -0700 Subject: [PATCH] test(core): remove obsolete SVG script sanitization translation test Removes the `should throw error on translated SVG script ResourceURL attributes` integration test from `security_integration_spec.ts`. This test is now obsolete because SVG ` - - `; - TestBed.overrideComponent(SecuredComponent, {set: {template}}); - - expect(() => TestBed.createComponent(SecuredComponent)).toThrowError( - /unsafe value used in a resource URL context/i, - ); - }); - it('should throw error on SVG animation retargeting attributes', () => { const template = `