Index: modules/simpletest/files/css_test_files/css_input_without_import.css =================================================================== RCS file: /cvs/drupal/drupal/modules/simpletest/files/css_test_files/css_input_without_import.css,v retrieving revision 1.3 diff -u -r1.3 css_input_without_import.css --- modules/simpletest/files/css_test_files/css_input_without_import.css 8 Oct 2010 15:36:12 -0000 1.3 +++ modules/simpletest/files/css_test_files/css_input_without_import.css 8 Oct 2010 23:08:13 -0000 @@ -68,3 +68,16 @@ color: #494949; } +/** + * 4.1.7 Rule sets, declaration blocks, and selectors + * http://www.w3.org/TR/CSS2/syndata.html#rule-sets + */ +p[example="public class foo\ +{\ + private int x;\ +\ + foo(int x) {\ + this.x = x;\ + }\ +\ +}"] { color: red } Index: modules/simpletest/files/css_test_files/css_input_without_import.css.optimized.css =================================================================== RCS file: /cvs/drupal/drupal/modules/simpletest/files/css_test_files/css_input_without_import.css.optimized.css,v retrieving revision 1.4 diff -u -r1.4 css_input_without_import.css.optimized.css --- modules/simpletest/files/css_test_files/css_input_without_import.css.optimized.css 8 Oct 2010 15:36:12 -0000 1.4 +++ modules/simpletest/files/css_test_files/css_input_without_import.css.optimized.css 8 Oct 2010 23:08:13 -0000 @@ -6,4 +6,12 @@ body{margin:0;padding:0;background:#edf5fa;font:76%/170% Verdana,sans-serif;color:#494949;}.this .is .a .test{font:1em/100% Verdana,sans-serif;color:#494949;}.this .is .a -.test{font:1em/100% Verdana,sans-serif;color:#494949;}some :pseudo .thing{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction='180',strength='10');-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction='180',strength='10')";}::-moz-selection{background:#000;color:#fff;}::selection{background:#000;color:#fff;}@media print{*{background:#000 !important;color:#fff !important;}@page{margin:0.5cm;}}@media screen and (max-device-width:480px){background:#000;color:#fff;}textarea,select{font:1em/160% Verdana,sans-serif;color:#494949;} +.test{font:1em/100% Verdana,sans-serif;color:#494949;}some :pseudo .thing{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction='180',strength='10');-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction='180',strength='10')";}::-moz-selection{background:#000;color:#fff;}::selection{background:#000;color:#fff;}@media print{*{background:#000 !important;color:#fff !important;}@page{margin:0.5cm;}}@media screen and (max-device-width:480px){background:#000;color:#fff;}textarea,select{font:1em/160% Verdana,sans-serif;color:#494949;}p[example="public class foo\ +{\ + private int x;\ +\ + foo(int x) {\ + this.x = x;\ + }\ +\ +}"]{color:red} Index: modules/simpletest/files/css_test_files/css_input_without_import.css.unoptimized.css =================================================================== RCS file: /cvs/drupal/drupal/modules/simpletest/files/css_test_files/css_input_without_import.css.unoptimized.css,v retrieving revision 1.3 diff -u -r1.3 css_input_without_import.css.unoptimized.css --- modules/simpletest/files/css_test_files/css_input_without_import.css.unoptimized.css 8 Oct 2010 15:36:12 -0000 1.3 +++ modules/simpletest/files/css_test_files/css_input_without_import.css.unoptimized.css 8 Oct 2010 23:08:13 -0000 @@ -68,3 +68,16 @@ color: #494949; } +/** + * 4.1.7 Rule sets, declaration blocks, and selectors + * http://www.w3.org/TR/CSS2/syndata.html#rule-sets + */ +p[example="public class foo\ +{\ + private int x;\ +\ + foo(int x) {\ + this.x = x;\ + }\ +\ +}"] { color: red }