--- old/modules/controls/src/test/resources/com/sun/javafx/scene/control/skin/VirtualFlowTest.css 2015-09-03 15:30:41.572326500 -0700 +++ /dev/null 2015-09-03 15:30:42.000000000 -0700 @@ -1,11 +0,0 @@ -/** - * This rule is required so that we can force CSS to be dirty whenever the - * index changes, so as to test some scenarios. - */ -.indexed-cell:odd { - text-fill: BLUE; -} - -.indexed-cell { - text-fill: BLACK; -} \ No newline at end of file --- /dev/null 2015-09-03 15:30:42.000000000 -0700 +++ new/modules/controls/src/test/resources/javafx/scene/control/skin/VirtualFlowTest.css 2015-09-03 15:30:40.638273100 -0700 @@ -0,0 +1,11 @@ +/** + * This rule is required so that we can force CSS to be dirty whenever the + * index changes, so as to test some scenarios. + */ +.indexed-cell:odd { + text-fill: BLUE; +} + +.indexed-cell { + text-fill: BLACK; +} \ No newline at end of file