--- /dev/null 2015-09-11 11:06:08.592686920 -0400 +++ new/modules/graphics/src/test/resources/test/javafx/css/HonorDeveloperSettingsTest_UA.css 2015-09-11 21:31:10.993282420 -0400 @@ -0,0 +1,15 @@ +/* + * We specify from CSS that this rectangle should have an opacity value of + * .76 + */ +#rectangle { + -fx-opacity: .76; + -fx-cursor: HAND; + -fx-effect: dropshadow( two-pass-box , rgba(0,0,0,0.4) , 15, 0.0 , 0 , 6 ); +} + +#text { + -fx-font: 32 "Amble Cn"; +} + +#rt-20686-ua { -fx-font-smoothing-type: gray; } \ No newline at end of file