wiki.techinc.nl/tests/phpunit/includes/libs
Bartosz Dziewoński f3779e067f Rewrite CSSMin::remap to support multiple url() values in one rule
Each can be selectively embedded by placing the /* @embed */ comment
just before the url() value. /* @embed */ at the beginning of the rule
affects all url() values appearing in it.

Three changes in existing behavior for previously supported syntax:
* /* @embed */ comments are no longer preserved in output
* rules not terminated by semicolons are correctly supported
* spaces within url() values are correctly supported

Bug: 46757
Bug: 56514
Change-Id: If9082f553fa920c606f12093f39f4a163ebacc32
2013-11-29 18:23:33 +00:00
..
CSSJanusTest.php
CSSMinTest.php Rewrite CSSMin::remap to support multiple url() values in one rule 2013-11-29 18:23:33 +00:00
GenericArrayObjectTest.php @covers tags for unit tests 2013-10-24 18:22:57 +01:00
IEUrlExtensionTest.php @covers tags for unit tests 2013-10-24 18:22:57 +01:00
JavaScriptMinifierTest.php @covers tags for unit tests 2013-10-24 18:22:57 +01:00