--- old/modules/graphics/src/test/resources/com/sun/javafx/css/HonorDeveloperSettingsTest_AUTHOR.css 2015-09-03 15:37:37.491115700 -0700 +++ /dev/null 2015-09-03 15:37:38.000000000 -0700 @@ -1,16 +0,0 @@ - -.root { -fx-font: 20 Amble; } - -/* - * setting stroke width to 1em will cause CSS to lookup the - * inherited font. - */ -#text { -fx-stroke: red; -fx-stroke-width: 1em; } -#rectangle { -fx-stroke: red; -fx-stroke-width: 1em; } - -#rt-20686-author { -fx-font-smoothing-type: lcd; } - -/* FontTypeTest testRT_32551 */ -#test-rt-32551 { -fx-font-style: italic; } - -#test-rt-29773 { -fx-font-family: 'Amble Cn'; } \ No newline at end of file --- /dev/null 2015-09-03 15:37:38.000000000 -0700 +++ new/modules/graphics/src/test/resources/javafx/css/HonorDeveloperSettingsTest_AUTHOR.css 2015-09-03 15:37:36.695070200 -0700 @@ -0,0 +1,16 @@ + +.root { -fx-font: 20 Amble; } + +/* + * setting stroke width to 1em will cause CSS to lookup the + * inherited font. + */ +#text { -fx-stroke: red; -fx-stroke-width: 1em; } +#rectangle { -fx-stroke: red; -fx-stroke-width: 1em; } + +#rt-20686-author { -fx-font-smoothing-type: lcd; } + +/* FontTypeTest testRT_32551 */ +#test-rt-32551 { -fx-font-style: italic; } + +#test-rt-29773 { -fx-font-family: 'Amble Cn'; } \ No newline at end of file