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 [17/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/components/SkinnableContainer/styles/FxContainer_styles_tester.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/SkinnableContainer/styles/FxContainer_styles_tester.mxml?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/SkinnableContainer/styles/FxContainer_styles_tester.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/SkinnableContainer/styles/FxContainer_styles_tester.mxml Wed Sep  5 06:43:18 2012
@@ -226,13 +226,9 @@
                 <CompareBitmap numColorVariances="7" maxColorVariance="20"   url="../styles/baselines/$testID.png" target="buttonbar_box"/>
             </body>
         </TestCase>
-        <TestCase testID="FxContainerStyle_loadingCSS" keywords="[Runtime CSS]" description="This just loads the CSS">
-            <body>
-                <RunCode code="application.loadCSS()" waitTarget="eventDispatcher" waitEvent="complete" />
-            </body>
-        </TestCase>
         <TestCase testID="FxContainerStyle_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.buttona.setFocus()" waitEvent="focusIn" waitTarget="buttona" />
                 <DispatchKeyEvent key="TAB" waitTarget="button1" waitEvent="focusIn" />
                 <DispatchKeyEvent key="TAB" waitTarget="radiobutton1" waitEvent="focusIn" />
@@ -246,6 +242,7 @@
         </TestCase>
         <TestCase testID="FxContainerStyle_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,2)" waitTarget="textarea1" waitEvent="selectionChange" />
@@ -262,6 +259,7 @@
         </TestCase>
         <TestCase testID="FxContainerStyle_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" />
@@ -275,6 +273,7 @@
         </TestCase>
         <TestCase testID="FxContainerStyle_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.buttona.setFocus()" waitEvent="focusIn" waitTarget="buttona" />
                 <DispatchKeyEvent key="TAB" waitTarget="button1" waitEvent="focusIn" />
             </setup>
@@ -286,6 +285,7 @@
         </TestCase>
         <TestCase testID="FxContainerStyle_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>
@@ -298,6 +298,7 @@
         </TestCase>
         <TestCase testID="FxContainerStyle_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" />
                 <RunCode code="application.buttona.setFocus()" waitEvent="focusIn" waitTarget="buttona" />
                 <DispatchKeyEvent key="TAB" waitTarget="button1" waitEvent="focusIn" />
@@ -313,6 +314,7 @@
         </TestCase>
         <TestCase testID="FxContainerStyle_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.buttona.setFocus()" waitEvent="focusIn" waitTarget="buttona" />
                 <DispatchKeyEvent key="TAB" waitTarget="button1" waitEvent="focusIn" />
                 <DispatchKeyEvent key="TAB" waitTarget="radiobutton1" waitEvent="focusIn" />
@@ -327,6 +329,9 @@
             </body>
         </TestCase>
         <TestCase testID="FxContainerStyle_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"/>
@@ -335,6 +340,9 @@
             </body>
         </TestCase>
         <TestCase testID="FxContainerStyle_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"/>
@@ -344,6 +352,7 @@
         </TestCase>
         <TestCase testID="FxContainerStyle_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.buttona.setFocus()" waitEvent="focusIn" waitTarget="buttona" />
                 <DispatchKeyEvent key="TAB" waitTarget="button1" waitEvent="focusIn" />
                 <DispatchKeyEvent key="TAB" waitTarget="radiobutton1" waitEvent="focusIn" />
@@ -361,6 +370,7 @@
         </TestCase>
         <TestCase testID="FxContainerStyle_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" />
@@ -373,6 +383,7 @@
         </TestCase>
         <TestCase testID="FxContainerStyle_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" />
@@ -386,6 +397,7 @@
         </TestCase>
         <TestCase testID="FxContainerStyle_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" />

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/SkinnableContainer/styles/baselines/FxContainerStyle_FxButtonBar_compileTime.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/SkinnableContainer/styles/baselines/FxContainerStyle_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/components/SkinnableContainer/styles/baselines/FxContainerStyle_FxButton_compileTime.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/SkinnableContainer/styles/baselines/FxContainerStyle_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/components/SkinnableContainer/styles/baselines/FxContainerStyle_FxCheckBox_compileTime.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/SkinnableContainer/styles/baselines/FxContainerStyle_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/components/SkinnableContainer/styles/baselines/FxContainerStyle_FxHSlider_compileTime.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/SkinnableContainer/styles/baselines/FxContainerStyle_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/components/SkinnableContainer/styles/baselines/FxContainerStyle_FxNumericStepper_compileTime.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/SkinnableContainer/styles/baselines/FxContainerStyle_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/components/SkinnableContainer/styles/baselines/FxContainerStyle_FxRadioButton_runtimeCSS.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/SkinnableContainer/styles/baselines/FxContainerStyle_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/components/SkinnableContainer/styles/baselines/FxContainerStyle_FxTextArea_compileTime.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/SkinnableContainer/styles/baselines/FxContainerStyle_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/components/SkinnableContainer/styles/baselines/FxContainerStyle_FxToggleButton_compileTime_selected.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/SkinnableContainer/styles/baselines/FxContainerStyle_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/components/SkinnableContainer/styles/baselines/FxContainerStyle_FxToggleButton_compileTime_unselected.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/SkinnableContainer/styles/baselines/FxContainerStyle_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/components/SkinnableContainer/swfs/FxContainer_Styles_Main.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/SkinnableContainer/swfs/FxContainer_Styles_Main.mxml?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/SkinnableContainer/swfs/FxContainer_Styles_Main.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/SkinnableContainer/swfs/FxContainer_Styles_Main.mxml Wed Sep  5 06:43:18 2012
@@ -31,7 +31,10 @@ backgroundColor="0xFFFFFF" width="700" h
 
             public function loadCSS(): void
             {
-                eventDispatcher = StyleManager.loadStyleDeclarations("assets/globalStyles2.swf");
+				if (!eventDispatcher)
+	                eventDispatcher = StyleManager.loadStyleDeclarations("assets/globalStyles2.swf");
+				else
+					eventDispatcher.dispatchEvent(new Event(Event.COMPLETE));
             }
 
         ]]>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TabBar/Integration/TabBar_ContainerIntegration.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TabBar/Integration/TabBar_ContainerIntegration.mxml?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TabBar/Integration/TabBar_ContainerIntegration.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TabBar/Integration/TabBar_ContainerIntegration.mxml Wed Sep  5 06:43:18 2012
@@ -108,6 +108,7 @@ States
     <body>
         <RunCode code="FlexGlobals.topLevelApplication.showPopUp()" />
         <WaitForEffectsToEnd />
+		<WaitForLayoutManager />
         <CompareBitmap url="../Integration/baselines/$testID.png" target="thePopUp" numColorVariances="5" maxColorVariance="10"/>
         <RunCode code="FlexGlobals.topLevelApplication.hidePopUp()" />
         <WaitForEffectsToEnd />

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TabBar/Integration/baselines/containerIntegration_box_test1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TabBar/Integration/baselines/containerIntegration_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/components/TabBar/Integration/baselines/containerIntegration_box_test3.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TabBar/Integration/baselines/containerIntegration_box_test3.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TextInput/Properties/baselines/TextInput_prompt_property_bindable@mac.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TextInput/Properties/baselines/TextInput_prompt_property_bindable%40mac.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TitleWindow/Integration/TitleWindow_Integration_tester2.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TitleWindow/Integration/TitleWindow_Integration_tester2.mxml?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TitleWindow/Integration/TitleWindow_Integration_tester2.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TitleWindow/Integration/TitleWindow_Integration_tester2.mxml Wed Sep  5 06:43:18 2012
@@ -75,14 +75,13 @@
 	    <body>
 		<DispatchMouseEvent type="mouseMove" target="" stageX="650" stageY="650"  />
 		<DispatchMouseEvent type="mouseDown" target="" stageX="650" stageY="650"  />
-		<DispatchMouseEvent type="mouseUp" target="" stageX="650" stageY="650"  />
-		<Pause timeout="10"/>
+		<DispatchMouseEvent type="mouseUp" target="" stageX="650" stageY="650" waitEvent="mouseUp" />
       		<!-- twObject.twWindow should be in inactive state -->
       		<CompareBitmap target="twObject" url="../Integration/Baselines/$testID_inactive.png" numColorVariances="15" maxColorVariance="20"/>
       		
       		<DispatchMouseEvent type="mouseMove" target="twObject.moveArea" localX="5" localY="5"  />
 		<DispatchMouseEvent type="mouseDown" target="twObject.moveArea" localX="5" localY="5"  />
-		<DispatchMouseEvent type="mouseUp" target="twObject.moveArea" localX="5" localY="5"   />
+		<DispatchMouseEvent type="mouseUp" target="twObject.moveArea" localX="5" localY="5" waitEvent="mouseUp"  />
       		<CompareBitmap target="twObject" url="../Integration/Baselines/$testID_active.png" numColorVariances="15" maxColorVariance="20"/>
             </body>
         </TestCase> 

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TitleWindow/Integration/TitleWindow_states_tester.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TitleWindow/Integration/TitleWindow_states_tester.mxml?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TitleWindow/Integration/TitleWindow_states_tester.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TitleWindow/Integration/TitleWindow_states_tester.mxml Wed Sep  5 06:43:18 2012
@@ -49,6 +49,7 @@
     	    </setup>
     	    <body>
     		<SetProperty target="twObject" propertyName="currentState" value="state02"/>
+				<WaitForLayoutManager />
 		<CompareBitmap target="twObject" url="../Integration/Baselines/$testID.png" numColorVariances="15" maxColorVariance="20"/>
             </body>
         </TestCase>       

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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