summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2015-05-04 18:59:58 -0400
committerDavid Rothstein <drothstein@gmail.com>2015-05-04 18:59:58 -0400
commit00e7efc01bcd6d5698bc2faabc1003bc5dd999b4 (patch)
treed5d7306f287571ad37a92cde319711f13dc32ae0 /modules/simpletest/tests
parent39762b7135c10cd392061cafba504c2e7d8e2a3d (diff)
downloadbrdo-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.test1
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/'.