You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2012/09/05 08:44:33 UTC

svn commit: r1381025 [20/20] - in /incubator/flex/sdk/branches/develop/mustella/tests/gumbo: DeferredInstantiation/DfrdInst_Tests/ DeferredInstantiation/DfrdInst_Tests/Baselines/ FCK/integration/ FCK/integration/baselines/ FCK/states/baselines/ compone...

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/DataGroup/virtualization/baselines/datagroup_virtualization_vertical_mixed_scroll_128.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/DataGroup/virtualization/baselines/datagroup_virtualization_vertical_mixed_scroll_128.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/DataGroup/virtualization/baselines/datagroup_virtualization_vertical_mixed_scroll_large.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/DataGroup/virtualization/baselines/datagroup_virtualization_vertical_mixed_scroll_large.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/DataGroup/virtualization/baselines/datagroup_virtualization_vertical_mixed_scroll_oneItem.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/DataGroup/virtualization/baselines/datagroup_virtualization_vertical_mixed_scroll_oneItem.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/DataGroup/virtualization/baselines/datagroup_virtualization_vertical_mixed_scroll_small.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/DataGroup/virtualization/baselines/datagroup_virtualization_vertical_mixed_scroll_small.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/DataGroup/virtualization/baselines/datagroup_virtualization_vertical_requestedRowCountZero.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/DataGroup/virtualization/baselines/datagroup_virtualization_vertical_requestedRowCountZero.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/DataGroup/virtualization/baselines/datagroup_virtualization_vertical_rotate.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/DataGroup/virtualization/baselines/datagroup_virtualization_vertical_rotate.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/DesignLayer/integration/baselines/DesignLayer_Integration_focus_visible_halo.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/DesignLayer/integration/baselines/DesignLayer_Integration_focus_visible_halo.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/DesignLayer/integration/baselines/DesignLayer_Integration_itemRenderer.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/DesignLayer/integration/baselines/DesignLayer_Integration_itemRenderer.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/DesignLayer/properties/DesignLayer_Properties_main.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/DesignLayer/properties/DesignLayer_Properties_main.mxml?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/DesignLayer/properties/DesignLayer_Properties_main.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/DesignLayer/properties/DesignLayer_Properties_main.mxml Wed Sep  5 06:43:18 2012
@@ -282,6 +282,7 @@ mx.core.DesignLayer:
 	<body>
 		<SetProperty target="propertiesGroup.dlAlphaNested1" propertyName="alpha" value="0.5"  />
 		<SetProperty target="propertiesGroup.dlAlphaNested2" propertyName="alpha" value="0.5"  />
+		<WaitForLayoutManager />
 
 		<AssertPropertyValue target="propertiesGroup.dlAlphaNested1" propertyName="alpha" value="0.5" />
 		<AssertPropertyValue target="propertiesGroup.dlAlphaNested2" propertyName="alpha" value="0.5" />
@@ -343,6 +344,7 @@ mx.core.DesignLayer:
 	</setup>
 	<body>
 		<SetProperty target="propertiesGroup.dlVisible" propertyName="visible" value="false" />
+		<WaitForLayoutManager />
 
 		<AssertPropertyValue target="propertiesGroup.dlVisible" propertyName="visible" value="false" />
 		<AssertPropertyValue target="propertiesGroup.dlVisibleVetA" propertyName="visible" value="true" />
@@ -383,6 +385,7 @@ mx.core.DesignLayer:
 	<body>
 		<SetProperty target="propertiesGroup.dlVisibleNested1" propertyName="visible" value="false"  />
 		<SetProperty target="propertiesGroup.dlVisibleNested2" propertyName="visible" value="true"  />
+		<WaitForLayoutManager />
 
 		<AssertPropertyValue target="propertiesGroup.dlVisibleNested1" propertyName="visible" value="false" />
 		<AssertPropertyValue target="propertiesGroup.dlVisibleNested2" propertyName="visible" value="true" />

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/DesignLayer/states/DesignLayer_States_main.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/DesignLayer/states/DesignLayer_States_main.mxml?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/DesignLayer/states/DesignLayer_States_main.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/DesignLayer/states/DesignLayer_States_main.mxml Wed Sep  5 06:43:18 2012
@@ -189,6 +189,7 @@ DesignLayer States Testing
 	</setup>
 	<body>
 		<SetProperty target="statesGroup" propertyName="currentState" value="includeInState" waitEvent="currentStateChange" />
+		<WaitForLayoutManager />
 		<CompareBitmap url="../states/baselines/$testID.png" target="statesGroup.changeIncludeIn" numColorVariances="5" ignoreMaxColorVariance="true"/>
 	</body>
 </TestCase>

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/integration/Group_Integration_main.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/integration/Group_Integration_main.mxml?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/integration/Group_Integration_main.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/integration/Group_Integration_main.mxml Wed Sep  5 06:43:18 2012
@@ -45,6 +45,7 @@
 		<setup>
 			<RunCode code="application.openPopUp(true)" />
 			<WaitForEffectsToEnd />
+			<WaitForLayoutManager />
 		</setup>
 		<body>
 			<CompareBitmap url="../integration/baselines/group_integration_PopUpManager.png" target="" timeout="2000" />

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/methods/baselines/Group_method_addItemAt_elements_array.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/methods/baselines/Group_method_addItemAt_elements_array.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/methods/baselines/Group_method_addItem_graphics_comps.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/methods/baselines/Group_method_addItem_graphics_comps.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/methods/baselines/Group_method_addItem_same_comp.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/methods/baselines/Group_method_addItem_same_comp.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/methods/baselines/Group_method_removeItemAt_elements_array.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/methods/baselines/Group_method_removeItemAt_elements_array.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/methods/baselines/group_buttons.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/methods/baselines/group_buttons.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/methods/baselines/group_method_addItem_reparenting.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/methods/baselines/group_method_addItem_reparenting.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/Group_Properties_blendMode.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/Group_Properties_blendMode.mxml?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/Group_Properties_blendMode.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/Group_Properties_blendMode.mxml Wed Sep  5 06:43:18 2012
@@ -215,10 +215,10 @@
 			 <AssertPixelValue target="group1" x="29" y="48" valueExpression="value=NaN" />
 			 <AssertPixelValue target="group1" x="48" y="48" valueExpression="value=NaN" />
 
-			 <AssertPixelValue target="group1" x="28" y="28" value="0x333431" />
-			 <AssertPixelValue target="group1" x="49" y="28" value="0xE4CA4A" />
-			 <AssertPixelValue target="group1" x="28" y="49" value="0x719316" />
-			 <AssertPixelValue target="group1" x="49" y="49" value="0xE3C947" />
+			 <AssertPixelValue target="group1" x="28" y="28" value="0xFE0100" />
+			 <AssertPixelValue target="group1" x="61" y="28" value="0xFE0100" />
+			 <AssertPixelValue target="group1" x="29" y="69" value="0xFE0200" />
+			 <AssertPixelValue target="group1" x="29" y="79" value="0x00FF01" />
 		</body>
     </TestCase>
 
@@ -234,10 +234,10 @@
 			 <AssertPixelValue target="group1" x="29" y="48" valueExpression="value=NaN" />
 			 <AssertPixelValue target="group1" x="48" y="48" valueExpression="value=NaN" />
 
-			 <AssertPixelValue target="group1" x="28" y="28" value="0x333431" />
-			 <AssertPixelValue target="group1" x="49" y="28" value="0xE4CA4A" />
-			 <AssertPixelValue target="group1" x="28" y="49" value="0x719316" />
-			 <AssertPixelValue target="group1" x="49" y="49" value="0xE3C947" />
+			<AssertPixelValue target="group1" x="28" y="28" value="0xFE0100" />
+			<AssertPixelValue target="group1" x="61" y="28" value="0xFE0100" />
+			<AssertPixelValue target="group1" x="29" y="69" value="0xFE0200" />
+			<AssertPixelValue target="group1" x="29" y="79" value="0x00FF01" />
 		</body>
     </TestCase>
 

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/Group_Properties_main.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/Group_Properties_main.mxml?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/Group_Properties_main.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/Group_Properties_main.mxml Wed Sep  5 06:43:18 2012
@@ -1101,7 +1101,7 @@
 			<RunCode code="application.addEllipseAt(application.group1, 2);" waitEvent="updateComplete" waitTarget="group1" />
 
 			<RunCode code="application.rotateTransform(application.group1, -45);"  />
-
+			<WaitForLayoutManager />
 		</setup>
 		<body>
 			<CompareBitmap url="../properties/baselines/group_property_transform_rotate_graphics.png" target="" timeout="2000" />
@@ -1387,7 +1387,8 @@
 			<AssertMethodValue method="application.group1.getElementAt(0).getElementAt(2).depth = 1;" waitTarget="group1" waitEvent="updateComplete"/>
 			<AssertMethodValue method="application.group1.getElementAt(0).getElementAt(3).depth = 0;" waitTarget="group1" waitEvent="updateComplete"/>
 			<AssertMethodValue method="application.group1.getElementAt(0).getElementAt(4).depth = -1;" waitTarget="group1" waitEvent="updateComplete"/>
-	   	</setup>
+			<WaitForLayoutManager />
+		</setup>
     	<body>
 			<AssertPropertyValue target="group1" propertyName="width" value="140" />
 			<CompareBitmap url="../properties/baselines/group_property_layer_basic.png" target="group1" timeout="2000" />
@@ -1569,14 +1570,14 @@
 			<RunCode code="application.group1.addElement(application.createButton());" waitTarget="group1" waitEvent="updateComplete" />
 			
 			<AssertMethodValue method="value=application.group1.width" value="70" />
-			<AssertMethodValue method="value=application.group1.height" value="21" />
+			<AssertMethodValue method="value=application.group1.height" value="23" />
 			
 			<RunCode code="application.group1.getElementAt(0).x += 100;" waitTarget="group1" waitEvent="updateComplete" />
 			<RunCode code="application.group1.getElementAt(0).y += 100;" waitTarget="group1" waitEvent="updateComplete" />
 	   	</setup>
 		<body>
 			<AssertMethodValue method="value=application.group1.width" value="170" />
-			<AssertMethodValue method="value=application.group1.height" value="121" />
+			<AssertMethodValue method="value=application.group1.height" value="123" />
 		</body>
     </TestCase>
     

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/HGroup_baseline_tester.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/HGroup_baseline_tester.mxml?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/HGroup_baseline_tester.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/HGroup_baseline_tester.mxml Wed Sep  5 06:43:18 2012
@@ -215,7 +215,7 @@
   		<Pause timeout="200"/>
     	</setup>
     	 <body>
-    	 	<AssertPropertyValue propertyName="baselinePosition" target="hg" value="44.5" />
+    	 	<AssertPropertyValue propertyName="baselinePosition" target="hg" value="46" />
     		<CompareBitmap url="../properties/baselines/$testID.png" target="" />
     	</body>
     </TestCase>
@@ -229,7 +229,7 @@
 		<SetProperty propertyName="verticalAlign" value="baseline" target="hg" waitEvent="updateComplete"/>
 	</setup>
 	 <body>
-		<AssertPropertyValue propertyName="baselinePosition" target="hg" value="44.5" />
+		<AssertPropertyValue propertyName="baselinePosition" target="hg" value="47.5" />
 		<CompareBitmap url="../properties/baselines/$testID.png" target="" />
 	</body>
     </TestCase>

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/Group_property_blendMode_disabled.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/Group_property_blendMode_disabled.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/HGroup_baselinePositionElement_verticalAlign_baseline.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/HGroup_baselinePositionElement_verticalAlign_baseline.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/HGroup_baselinePositionElement_verticalAlign_baseline_label.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/HGroup_baselinePositionElement_verticalAlign_baseline_label.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/HGroup_baseline_baselinePositionElement.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/HGroup_baseline_baselinePositionElement.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/HGroup_change_child_baseline_verticalAlign_baseline.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/HGroup_change_child_baseline_verticalAlign_baseline.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/HGroup_verticalAlign_baseline_change_child_baseline.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/HGroup_verticalAlign_baseline_change_child_baseline.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_displayObjectSharing_13.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_displayObjectSharing_13.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_displayObjectSharing_14.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_displayObjectSharing_14.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_displayObjectSharing_15.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_displayObjectSharing_15.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_displayObjectSharing_16.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_displayObjectSharing_16.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_displayObjectSharing_17.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_displayObjectSharing_17.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_displayObjectSharing_8.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_displayObjectSharing_8.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_displayObjectSharing_states_10.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_displayObjectSharing_states_10.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_displayObjectSharing_states_2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_displayObjectSharing_states_2.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_displayObjectSharing_states_3.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_displayObjectSharing_states_3.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_displayObjectSharing_states_4.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_displayObjectSharing_states_4.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_displayObjectSharing_states_5.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_displayObjectSharing_states_5.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_displayObjectSharing_states_6.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_displayObjectSharing_states_6.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_displayObjectSharing_states_7.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_displayObjectSharing_states_7.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_displayObjectSharing_states_8.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_displayObjectSharing_states_8.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_displayObjectSharing_states_9.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_displayObjectSharing_states_9.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_property_blendMode_add.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_property_blendMode_add.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_property_blendMode_darken.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_property_blendMode_darken.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_property_blendMode_difference.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_property_blendMode_difference.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_property_blendMode_hardlight.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_property_blendMode_hardlight.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_property_blendMode_invert.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_property_blendMode_invert.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_property_blendMode_layer.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_property_blendMode_layer.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_property_blendMode_lighten.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_property_blendMode_lighten.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_property_blendMode_multiply.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_property_blendMode_multiply.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_property_blendMode_normal.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_property_blendMode_normal.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_property_blendMode_overlay.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_property_blendMode_overlay.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_property_blendMode_screen.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_property_blendMode_screen.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_property_blendMode_subtract.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_property_blendMode_subtract.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_property_clipAndEnableScrolling_off.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_property_clipAndEnableScrolling_off.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_property_clipAndEnableScrolling_on.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_property_clipAndEnableScrolling_on.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_property_layer_basic.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_property_layer_basic.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_property_styles.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_property_styles.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_property_transform_rotate_graphics.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_property_transform_rotate_graphics.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_property_visible.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_property_visible.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_property_width_SDK21222.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/properties/baselines/group_property_width_SDK21222.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/styles/Group_styles_tester.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/styles/Group_styles_tester.mxml?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/styles/Group_styles_tester.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/styles/Group_styles_tester.mxml Wed Sep  5 06:43:18 2012
@@ -49,6 +49,7 @@
 			    <!--DispatchKeyEvent key="TAB" waitTarget="textinput1" waitEvent="focusIn" />
 			    <DispatchKeyEvent key="TAB" waitTarget="button1" waitEvent="focusIn" /-->
 			    <DispatchKeyEvent key="TAB" waitTarget="radiobutton1" waitEvent="focusIn" />
+				<WaitForLayoutManager />
 			</setup>
 			<body>
 				<AssertStyleValue target="radiobutton1" styleName="chromeColor" value="0xFFCC99"/>
@@ -116,6 +117,7 @@
 			    <DispatchKeyEvent key="TAB" waitTarget="button1" waitEvent="focusIn" />
 			    <DispatchKeyEvent key="TAB" waitTarget="radiobutton1" waitEvent="focusIn" />
 			    <DispatchKeyEvent key="TAB" waitTarget="togglebutton1" waitEvent="focusIn" />
+				<WaitForLayoutManager />
 			</setup>
 			<body>
 				<AssertStyleValue target="togglebutton1" styleName="chromeColor" value="0xFFCC99"/>
@@ -164,6 +166,7 @@
 			    <DispatchKeyEvent key="TAB" waitTarget="radiobutton1" waitEvent="focusIn" />
 			    <DispatchKeyEvent key="TAB" waitTarget="togglebutton1" waitEvent="focusIn" />
 			    <DispatchKeyEvent key="TAB" waitTarget="numericstepper1" waitEvent="focusIn" />
+				<WaitForLayoutManager />
 			</setup>
 			<body>
 				<AssertStyleValue target="numericstepper1" styleName="chromeColor" value="0xFFCC99"/>
@@ -179,6 +182,7 @@
 			    <RunCode code="application.defaultButton2.setFocus()" waitEvent="focusIn" waitTarget="defaultButton2" />
 			    <DispatchKeyEvent key="TAB" waitTarget="checkbox1" waitEvent="focusIn" />
 			    <DispatchKeyEvent key="TAB" waitTarget="hslider1" waitEvent="focusIn" />
+				<WaitForLayoutManager />
 			</setup>
 			<body>
 				<AssertStyleValue target="hslider1" styleName="chromeColor" value="0xFFCC99"/>
@@ -230,13 +234,9 @@
 				<CompareBitmap url="../styles/baselines/$testID.png" target="buttonbar_box"  numColorVariances="5" maxColorVariance="16" />
 			</body>
 		</TestCase>
-        <TestCase testID="GroupStyle_loadingCSS" keywords="[FxRadioButton]" description="This just loads the CSS">
-			<body>
-			    <RunCode code="application.loadCSS()" waitTarget="eventDispatcher" waitEvent="complete" />
-			</body>
-		</TestCase>
         <TestCase testID="GroupStyle_FxRadioButton_runtimeCSS" keywords="[FxRadioButton]" description="Ensure that RadioButton looks correct when global styles are set.">
 			<setup>
+				<RunCode code="application.loadCSS()" waitTarget="eventDispatcher" waitEvent="complete" />
 			    <RunCode code="application.button000.setFocus()" waitEvent="focusIn" waitTarget="button000" />
 			    <!--DispatchKeyEvent key="TAB" waitTarget="textinput1" waitEvent="focusIn" /-->
 			    <DispatchKeyEvent key="TAB" waitTarget="button1" waitEvent="focusIn" />
@@ -251,6 +251,7 @@
 		</TestCase>
 		<TestCase testID="GroupStyle_FxTextArea_runtimeCSS" keywords="[FxTextArea]" description="Ensure that TextArea looks correct when global styles are set.">
 			<setup>
+				<RunCode code="application.loadCSS()" waitTarget="eventDispatcher" waitEvent="complete" />
 			    <RunCode code="application.defaultButton0.setFocus()" waitEvent="focusIn" waitTarget="defaultButton0" />
 			    <DispatchKeyEvent key="TAB" waitTarget="textarea1" waitEvent="focusIn" />
 			    <RunCode code="application.textarea1.selectRange(0,3)" waitTarget="textarea1" waitEvent="selectionChange" />
@@ -266,6 +267,7 @@
 		</TestCase>
 		<TestCase testID="GroupStyle_FxTextInput_runtimeCSS" keywords="[FxTextInput]" description="Ensure that TextInput looks correct when global styles are set.">
 			<setup>
+				<RunCode code="application.loadCSS()" waitTarget="eventDispatcher" waitEvent="complete" />
 			    <RunCode code="application.defaultButton.setFocus()" waitEvent="focusIn" waitTarget="defaultButton" />
 			    <DispatchKeyEvent key="TAB" waitTarget="textinput1" waitEvent="focusIn" />
 			    <RunCode code="application.textinput1.selectRange(0,2)" waitTarget="textinput1" waitEvent="selectionChange" />
@@ -279,6 +281,7 @@
 		</TestCase>
 		<TestCase testID="GroupStyle_FxButton_runtimeCSS" keywords="[FxButton]" description="Ensure that Button looks correct when global styles are set.">
 			<setup>
+				<RunCode code="application.loadCSS()" waitTarget="eventDispatcher" waitEvent="complete" />
 			    <RunCode code="application.button000.setFocus()" waitEvent="focusIn" waitTarget="button000" />
 			    <!--DispatchKeyEvent key="TAB" waitTarget="textinput1" waitEvent="focusIn" /-->
 			    <DispatchKeyEvent key="TAB" waitTarget="button1" waitEvent="focusIn" />
@@ -291,6 +294,7 @@
 		</TestCase>
 		<TestCase testID="GroupStyle_FxCheckBox_runtimeCSS" keywords="[FxCheckBox]" description="Ensure that CheckBox looks correct when global styles are set.">
 			<setup>
+				<RunCode code="application.loadCSS()" waitTarget="eventDispatcher" waitEvent="complete" />
 			    <RunCode code="application.defaultButton2.setFocus()" waitEvent="focusIn" waitTarget="defaultButton2" />
 			    <DispatchKeyEvent key="TAB" waitTarget="checkbox1" waitEvent="focusIn" />
 			</setup>
@@ -303,7 +307,9 @@
 		</TestCase>
 		<TestCase testID="GroupStyle_FxToggleButton_runtimeCSS_unselected" keywords="[FxToggleButton]" description="Ensure that ToggleButton looks correct when global styles are set.">
 			<setup>
+				<RunCode code="application.loadCSS()" waitTarget="eventDispatcher" waitEvent="complete" />
 			    <ResetComponent target="togglebutton1" className="spark.components.ToggleButton" waitTarget="togglebutton1" waitEvent="updateComplete" />
+				<SetProperty propertyName="label" target="togglebutton1" value="FxToggleButton" waitEvent="updateComplete" waitTarget="togglebutton1" />
 			    <RunCode code="application.button000.setFocus()" waitEvent="focusIn" waitTarget="button000" />
 			    <!--DispatchKeyEvent key="TAB" waitTarget="textinput1" waitEvent="focusIn" /-->
 			    <DispatchKeyEvent key="TAB" waitTarget="button1" waitEvent="focusIn" />
@@ -319,11 +325,13 @@
 		</TestCase>
 		<TestCase testID="GroupStyle_FxToggleButton_runtimeCSS_selected" keywords="[FxToggleButton]" description="Ensure that ToggleButton looks correct when global styles are set.">
 			<setup>
+				<RunCode code="application.loadCSS()" waitTarget="eventDispatcher" waitEvent="complete" />
 			    <RunCode code="application.button000.setFocus()" waitEvent="focusIn" waitTarget="button000" />
 			    <!--DispatchKeyEvent key="TAB" waitTarget="textinput1" waitEvent="focusIn" /-->
 			    <DispatchKeyEvent key="TAB" waitTarget="button1" waitEvent="focusIn" />
 			    <DispatchKeyEvent key="TAB" waitTarget="radiobutton1" waitEvent="focusIn" />
 			    <DispatchKeyEvent key="TAB" waitTarget="togglebutton1" waitEvent="focusIn" />
+				<SetProperty propertyName="selected" target="togglebutton1" value="false" />
 			</setup>
 			<body>
 				<SetProperty propertyName="selected" target="togglebutton1" value="true" waitEvent="updateComplete" waitTarget="togglebutton1" />
@@ -334,6 +342,9 @@
 			</body>
 		</TestCase>
 		<TestCase testID="GroupStyle_FxVScrollBar_runtimeCSS" keywords="[FxVScrollBar]" description="Ensure that VScrollBar looks correct when global styles are set.">
+			<setup>
+				<RunCode code="application.loadCSS()" waitTarget="eventDispatcher" waitEvent="complete" />
+			</setup>
 			<body>
 				<AssertStyleValue target="vscrollbar1" styleName="chromeColor" value="0x9999FF"/>
 				<AssertStyleValue target="vscrollbar1" styleName="focusColor" value="0x009900"/>
@@ -342,6 +353,9 @@
 			</body>
 		</TestCase>
 		<TestCase testID="GroupStyle_FxHScrollBar_runtimeCSS" keywords="[FxHScrollBar]" description="Ensure that HScrollBar looks correct when global styles are set.">
+			<setup>
+				<RunCode code="application.loadCSS()" waitTarget="eventDispatcher" waitEvent="complete" />
+			</setup>
 			<body>
 				<AssertStyleValue target="hscrollbar1" styleName="chromeColor" value="0x9999FF"/>
 				<AssertStyleValue target="hscrollbar1" styleName="focusColor" value="0x009900"/>
@@ -351,12 +365,14 @@
 		</TestCase>
 		<TestCase testID="GroupStyle_FxNumericStepper_runtimeCSS" keywords="[FxNumericStepper]" description="Ensure that NumericStepper looks correct when global styles are set.">
 			<setup>
+				<RunCode code="application.loadCSS()" waitTarget="eventDispatcher" waitEvent="complete" />
 			    <RunCode code="application.button000.setFocus()" waitEvent="focusIn" waitTarget="button000" />
 			    <!--DispatchKeyEvent key="TAB" waitTarget="textinput1" waitEvent="focusIn" /-->
 			    <DispatchKeyEvent key="TAB" waitTarget="button1" waitEvent="focusIn" />
 			    <DispatchKeyEvent key="TAB" waitTarget="radiobutton1" waitEvent="focusIn" />
 			    <DispatchKeyEvent key="TAB" waitTarget="togglebutton1" waitEvent="focusIn" />
 			    <DispatchKeyEvent key="TAB" waitTarget="numericstepper1" waitEvent="focusIn" />
+				<WaitForLayoutManager />
 			</setup>
 			<body>
 				<AssertStyleValue target="numericstepper1" styleName="chromeColor" value="0x9999FF"/>
@@ -369,9 +385,11 @@
 		</TestCase>
 		<TestCase testID="GroupStyle_FxHSlider_runtimeCSS" keywords="[FxHSlider]" description="Ensure that HSlider looks correct when global styles are set.">
 			<setup>
+				<RunCode code="application.loadCSS()" waitTarget="eventDispatcher" waitEvent="complete" />
 			    <RunCode code="application.defaultButton2.setFocus()" waitEvent="focusIn" waitTarget="defaultButton2" />
 			    <DispatchKeyEvent key="TAB" waitTarget="checkbox1" waitEvent="focusIn" />
 			    <DispatchKeyEvent key="TAB" waitTarget="hslider1" waitEvent="focusIn" />
+				<WaitForLayoutManager />
 			</setup>
 			<body>
 				<AssertStyleValue target="hslider1" styleName="chromeColor" value="0x9999FF"/>
@@ -381,6 +399,7 @@
 		</TestCase>
 		<TestCase testID="GroupStyle_FxVSlider_runtimeCSS" keywords="[FxVSlider]" description="Ensure that VSlider looks correct when global styles are set.">
 			<setup>
+				<RunCode code="application.loadCSS()" waitTarget="eventDispatcher" waitEvent="complete" />
 			    <RunCode code="application.defaultButton2.setFocus()" waitEvent="focusIn" waitTarget="defaultButton2" />
 			    <DispatchKeyEvent key="TAB" waitTarget="checkbox1" waitEvent="focusIn" />
 			    <DispatchKeyEvent key="TAB" waitTarget="hslider1" waitEvent="focusIn" />
@@ -394,6 +413,7 @@
 		</TestCase>
 		<TestCase testID="GroupStyle_FxList_runtimeCSS" keywords="[FxList]" description="Ensure that List looks correct when global styles are set.">
 			<setup>
+				<RunCode code="application.loadCSS()" waitTarget="eventDispatcher" waitEvent="complete" />
 			    <RunCode code="application.defaultButton2.setFocus()" waitEvent="focusIn" waitTarget="defaultButton2" />
 			    <DispatchKeyEvent key="TAB" waitTarget="checkbox1" waitEvent="focusIn" />
 			    <DispatchKeyEvent key="TAB" waitTarget="hslider1" waitEvent="focusIn" />
@@ -410,6 +430,7 @@
 		</TestCase>
         <TestCase testID="GroupStyle_FxButtonBar_runtimeCSS" keywords="[FxButtonBar]" description="Ensure that ButtonBar looks correct when global styles are set.">
 			<setup>
+				<RunCode code="application.loadCSS()" waitTarget="eventDispatcher" waitEvent="complete" />
 			    <RunCode code="application.defaultButton2.setFocus()" waitEvent="focusIn" waitTarget="defaultButton2" />
 			    <DispatchKeyEvent key="TAB" waitTarget="checkbox1" waitEvent="focusIn" />
 			    <DispatchKeyEvent key="TAB" waitTarget="hslider1" waitEvent="focusIn" />

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/styles/baselines/FocusColor_changeComponentStyleAtRuntime.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/styles/baselines/FocusColor_changeComponentStyleAtRuntime.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/styles/baselines/FocusColor_changeContainerAtRuntime.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/styles/baselines/FocusColor_changeContainerAtRuntime.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/styles/baselines/GroupStyle_FxButtonBar_compileTime.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/styles/baselines/GroupStyle_FxButtonBar_compileTime.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/styles/baselines/GroupStyle_FxButtonBar_runtimeCSS.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/styles/baselines/GroupStyle_FxButtonBar_runtimeCSS.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/styles/baselines/GroupStyle_FxButton_compileTime.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/styles/baselines/GroupStyle_FxButton_compileTime.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/styles/baselines/GroupStyle_FxButton_runtimeCSS.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/styles/baselines/GroupStyle_FxButton_runtimeCSS.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/styles/baselines/GroupStyle_FxCheckBox_compileTime.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/styles/baselines/GroupStyle_FxCheckBox_compileTime.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/styles/baselines/GroupStyle_FxCheckBox_runtimeCSS.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/styles/baselines/GroupStyle_FxCheckBox_runtimeCSS.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/styles/baselines/GroupStyle_FxHSlider_compileTime.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/styles/baselines/GroupStyle_FxHSlider_compileTime.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/styles/baselines/GroupStyle_FxHSlider_runtimeCSS.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/styles/baselines/GroupStyle_FxHSlider_runtimeCSS.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/styles/baselines/GroupStyle_FxNumericStepper_compileTime.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/styles/baselines/GroupStyle_FxNumericStepper_compileTime.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/styles/baselines/GroupStyle_FxNumericStepper_runtimeCSS.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/styles/baselines/GroupStyle_FxNumericStepper_runtimeCSS.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/styles/baselines/GroupStyle_FxRadioButton_compileTime.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/styles/baselines/GroupStyle_FxRadioButton_compileTime.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/styles/baselines/GroupStyle_FxRadioButton_runtimeCSS.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/styles/baselines/GroupStyle_FxRadioButton_runtimeCSS.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/styles/baselines/GroupStyle_FxTextArea_compileTime.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/styles/baselines/GroupStyle_FxTextArea_compileTime.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/styles/baselines/GroupStyle_FxTextArea_runtimeCSS.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/styles/baselines/GroupStyle_FxTextArea_runtimeCSS.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/styles/baselines/GroupStyle_FxToggleButton_compileTime_selected.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/styles/baselines/GroupStyle_FxToggleButton_compileTime_selected.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/styles/baselines/GroupStyle_FxToggleButton_compileTime_unselected.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/styles/baselines/GroupStyle_FxToggleButton_compileTime_unselected.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/styles/baselines/GroupStyle_FxToggleButton_runtimeCSS_selected.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/styles/baselines/GroupStyle_FxToggleButton_runtimeCSS_selected.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/styles/baselines/GroupStyle_FxToggleButton_runtimeCSS_unselected.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/styles/baselines/GroupStyle_FxToggleButton_runtimeCSS_unselected.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/swfs/Group_Styles_Main.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/swfs/Group_Styles_Main.mxml?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/swfs/Group_Styles_Main.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/Group/swfs/Group_Styles_Main.mxml Wed Sep  5 06:43:18 2012
@@ -30,7 +30,13 @@
 
 			public function loadCSS(): void
 			{
-				eventDispatcher = StyleManager.loadStyleDeclarations("assets/globalStyles2.swf");
+				if (!eventDispatcher)
+					eventDispatcher = StyleManager.loadStyleDeclarations("assets/globalStyles2.swf");
+				else
+				{
+					// fake complete event since already loaded
+					eventDispatcher.dispatchEvent(new Event(Event.COMPLETE));
+				}
 			}
 
         ]]>

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/filters/ShaderFilter/Integration/Baselines/integration_box_test1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/filters/ShaderFilter/Integration/Baselines/integration_box_test1.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/filters/ShaderFilter/Integration/Baselines/integration_fxbutton_test1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/filters/ShaderFilter/Integration/Baselines/integration_fxbutton_test1.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/filters/ShaderFilter/Integration/Baselines/integration_mxbutton_test1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/filters/ShaderFilter/Integration/Baselines/integration_mxbutton_test1.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/filters/ShaderFilter/Integration/Baselines/integration_panel_test1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/filters/ShaderFilter/Integration/Baselines/integration_panel_test1.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/filters/ShaderFilter/Integration/Baselines/integration_popup_test1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/filters/ShaderFilter/Integration/Baselines/integration_popup_test1.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/filters/ShaderFilter/Integration/Baselines/integration_popup_test2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/filters/ShaderFilter/Integration/Baselines/integration_popup_test2.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/filters/ShaderFilter/Integration/Baselines/integration_swfloader_test1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/filters/ShaderFilter/Integration/Baselines/integration_swfloader_test1.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/filters/ShaderFilter/Methods/Baselines/constructor_test2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/filters/ShaderFilter/Methods/Baselines/constructor_test2.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/filters/ShaderFilter/Methods/Baselines/float_test3.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/filters/ShaderFilter/Methods/Baselines/float_test3.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/filters/ShaderFilter/Methods/Baselines/float_test4.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/filters/ShaderFilter/Methods/Baselines/float_test4.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/filters/ShaderFilter/Methods/Baselines/float_test5.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/filters/ShaderFilter/Methods/Baselines/float_test5.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/filters/ShaderFilter/Properties/Baselines/shader_test2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/filters/ShaderFilter/Properties/Baselines/shader_test2.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/filters/ShaderFilter/Properties/Baselines/shader_test3.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/filters/ShaderFilter/Properties/Baselines/shader_test3.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.