wiki.techinc.nl/tests/phpunit/includes/media
Derk-Jan Hartman 8d2d229b30 SVGReader: Detect CSS animated SVGs
This does a string check on animated and @keyframe in style elements
for SVGs. If there is a match it will treat this SVG as animated.

While in theory this could be a false positive, without fulling
parsing the CSS, the chances of that seem minor and there are no
real negative consequences either.

Bug: T332790
Change-Id: I4b8b0781e8f9135d9ab856f3ec06f5a76c66c9a8
2023-11-05 21:21:08 +01:00
..
BitmapMetadataHandlerTest.php
BitmapScalingTest.php
DjVuTest.php
ExifBitmapTest.php tests: Make some PHPUnit data providers static 2023-03-24 02:53:57 +00:00
ExifRotationTest.php Make ExifRotationTest dramatically faster 2023-09-12 09:47:16 +02:00
ExifTest.php
FakeDimensionFile.php
FormatMetadataTest.php tests: Make some PHPUnit data providers static 2023-03-24 02:53:57 +00:00
GIFHandlerTest.php tests: Make some PHPUnit data providers static 2023-03-24 02:53:57 +00:00
Jpeg2000HandlerTest.php tests: Make some PHPUnit data providers static 2023-03-24 02:53:57 +00:00
JpegMetadataExtractorTest.php media: Replace deprecated MWException 2023-06-09 18:51:07 +02:00
JpegPixelFormatTest.php
JpegTest.php Just another 80 or so PHPStorm inspection fixes (#4) 2023-03-25 00:39:06 +00:00
MediaHandlerIntegrationTest.php Replace generic new Exception with more generic ones 2023-10-17 07:59:50 +00:00
MediaWikiMediaTestCase.php
PNGHandlerTest.php tests: Make some PHPUnit data providers static 2023-03-24 02:53:57 +00:00
PNGMetadataExtractorTest.php
SvgHandlerTest.php Avoid calling overrideConfigValue() multiple times 2023-07-20 14:59:42 +02:00
SVGReaderTest.php SVGReader: Detect CSS animated SVGs 2023-11-05 21:21:08 +01:00
TiffTest.php
WebPHandlerTest.php tests: Make some PHPUnit data providers static 2023-03-24 02:53:57 +00:00
XCFHandlerTest.php