Implement redirects in CssContent
authorKunal Mehta <legoktm@gmail.com>
Sun, 19 Jul 2015 16:16:16 +0000 (11:16 -0500)
committerOri.livneh <ori@wikimedia.org>
Tue, 28 Jul 2015 17:53:47 +0000 (17:53 +0000)
commit71b3e7a4b72ea1767fa5cf20426de49381d2e031
treebf109ce230474e33bc38797ec1e7d43d52f3e122
parent65827867de20bdf2e9453506de827fa7e4dfbf92
Implement redirects in CssContent

Just like ad9f14d662f959 which was for JavaScript. The redirect will be
of the form "/* #REDIRECT */@import url(...);".

Bug: T73201
Bug: T35973
Change-Id: I10bae44af4b4923f8797172702974cd45dc25ab4
includes/content/CssContent.php
includes/content/CssContentHandler.php
tests/phpunit/includes/content/CssContentHandlerTest.php [new file with mode: 0644]
tests/phpunit/includes/content/CssContentTest.php