diff options
author | David Rothstein <drothstein@gmail.com> | 2014-11-03 11:43:12 -0500 |
---|---|---|
committer | David Rothstein <drothstein@gmail.com> | 2014-11-03 11:43:12 -0500 |
commit | c2b05dd9c0109b8d417c8140883e1808400f0503 (patch) | |
tree | 3e56ceaabfbb71a0ee00ce98796980dfb921e573 /modules/simpletest/tests | |
parent | af4cde1b8fc393c16051ffc275acf94371c68236 (diff) | |
download | brdo-c2b05dd9c0109b8d417c8140883e1808400f0503.tar.gz brdo-c2b05dd9c0109b8d417c8140883e1808400f0503.tar.bz2 |
Issue #2142441 by Garrett Albright: Fixed CSS aggregator prepends data: URLs with paths.
Diffstat (limited to 'modules/simpletest/tests')
-rw-r--r-- | modules/simpletest/tests/common.test | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/modules/simpletest/tests/common.test b/modules/simpletest/tests/common.test index 21fe833d5..eebfdbe49 100644 --- a/modules/simpletest/tests/common.test +++ b/modules/simpletest/tests/common.test @@ -918,9 +918,10 @@ class CascadingStylesheetsUnitTest extends DrupalUnitTestCase { * Tests basic CSS loading with and without optimization via drupal_load_stylesheet(). * * Known tests: - * - Retain white-space in selectors. (http://drupal.org/node/472820) - * - Proper URLs in imported files. (http://drupal.org/node/265719) - * - Retain pseudo-selectors. (http://drupal.org/node/460448) + * - Retain white-space in selectors. (https://drupal.org/node/472820) + * - Proper URLs in imported files. (https://drupal.org/node/265719) + * - Retain pseudo-selectors. (https://drupal.org/node/460448) + * - Don't adjust data URIs. (https://drupal.org/node/2142441) */ function testLoadCssBasic() { // Array of files to test living in 'simpletest/files/css_test_files/'. |