-fx-fill is not correctly applied to node in some scenarios like,
1. Scene is changed from LTR to RTL and node is changed from RTL to LTR
2. Scene is changed from LTR to RTL and root and rect have same -fx-fill property
Observe these behaviors in following tests of test.javafx.scene.Node_effectiveOrientation_Css_Test
1. test_CompoundSelector_dir_pseudoClass_on_child_with_scene_effective_orientation_rtl
2. test_CompoundSelector_dir_pseudoClass_on_parent_with_scene_effective_orientation_rtl
3. test_SimpleSelector_dir_pseudoClass_with_scene_effective_orientation_rtl
4. test_dir_pseudoClass_functions_on_scene_effective_orientation_not_node