Index: trunk/test/functional/org/openstreetmap/josm/gui/mappaint/MapCSSRendererTest.java
===================================================================
--- trunk/test/functional/org/openstreetmap/josm/gui/mappaint/MapCSSRendererTest.java	(revision 11699)
+++ trunk/test/functional/org/openstreetmap/josm/gui/mappaint/MapCSSRendererTest.java	(revision 11701)
@@ -92,4 +92,10 @@
                 new TestConfig("way-dashes", AREA_DEFAULT),
 
+                /** Tests fill-color property */
+                new TestConfig("area-fill-color", AREA_DEFAULT),
+
+                /** Tests the fill-image property. */
+                new TestConfig("area-fill-image", AREA_DEFAULT),
+
                 /** Tests if all styles are sorted correctly. Tests {@link StyleRecord#compareTo(StyleRecord)} */
                 new TestConfig("order", AREA_DEFAULT)
