diff options
author | David Rothstein <drothstein@gmail.com> | 2015-05-04 18:59:58 -0400 |
---|---|---|
committer | David Rothstein <drothstein@gmail.com> | 2015-05-04 18:59:58 -0400 |
commit | 00e7efc01bcd6d5698bc2faabc1003bc5dd999b4 (patch) | |
tree | d5d7306f287571ad37a92cde319711f13dc32ae0 /modules/simpletest/tests | |
parent | 39762b7135c10cd392061cafba504c2e7d8e2a3d (diff) | |
download | brdo-00e7efc01bcd6d5698bc2faabc1003bc5dd999b4.tar.gz brdo-00e7efc01bcd6d5698bc2faabc1003bc5dd999b4.tar.bz2 |
Issue #2014851 by hlieberman, Wim Leers, bradjones1, markcarver: Drupal CSS preprocessing breaks protocol-relative paths
Diffstat (limited to 'modules/simpletest/tests')
-rw-r--r-- | modules/simpletest/tests/common.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/simpletest/tests/common.test b/modules/simpletest/tests/common.test index 0f0347fc4..fcc9791a4 100644 --- a/modules/simpletest/tests/common.test +++ b/modules/simpletest/tests/common.test @@ -942,6 +942,7 @@ class CascadingStylesheetsUnitTest extends DrupalUnitTestCase { * - 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) + * - Files imported from external URLs. (https://drupal.org/node/2014851) */ function testLoadCssBasic() { // Array of files to test living in 'simpletest/files/css_test_files/'. |