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 [4/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/ componen...

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Button/styles/button_icon_styles.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Button/styles/button_icon_styles.mxml?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Button/styles/button_icon_styles.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Button/styles/button_icon_styles.mxml Wed Sep  5 06:43:18 2012
@@ -266,11 +266,11 @@
 		<SetStyle target="btn1" styleName="icon" value="{pngCls}" waitEvent="updateComplete" waitTarget="btn1"/>
 	</setup>
 	<body>
-		<DispatchMouseEvent target="btn1" type="rollOver" localX="11" localY="38" waitEvent="rollOver" />
-		<DispatchMouseEvent target="btn1" type="mouseMove" localX="13" localY="38" waitEvent="mouseMove" />
-		<DispatchMouseEvent target="btn1" type="mouseDown" localX="26" localY="43" waitEvent="mouseDown" />
+		<DispatchMouseEvent target="btn1" type="rollOver" localX="11" localY="28" waitEvent="rollOver" />
+		<DispatchMouseEvent target="btn1" type="mouseMove" localX="13" localY="28" waitEvent="mouseMove" />
+		<DispatchMouseEvent target="btn1" type="mouseDown" localX="26" localY="33" waitEvent="mouseDown" />
 		<CompareBitmap numColorVariances="10" ignoreMaxColorVariance="true" url="../styles/baselines/$testID.png" target="btn1" />
-		<DispatchMouseEvent target="btn1" type="mouseUp" localX="26" localY="43" waitEvent="mouseUp" />
+		<DispatchMouseEvent target="btn1" type="mouseUp" localX="26" localY="33" waitEvent="mouseUp" />
 	</body>
 </TestCase>
 
@@ -281,11 +281,11 @@
 		<SetProperty target="btn1" propertyName="label" value="Home" waitEvent="contentChange" waitTarget="btn1"/>
 	</setup>
 	<body>
-		<DispatchMouseEvent target="btn1" type="rollOver" localX="11" localY="38" waitEvent="rollOver" />
-		<DispatchMouseEvent target="btn1" type="mouseMove" localX="13" localY="38" waitEvent="mouseMove" />
-		<DispatchMouseEvent target="btn1" type="mouseDown" localX="26" localY="43" waitEvent="mouseDown" />
+		<DispatchMouseEvent target="btn1" type="rollOver" localX="11" localY="28" waitEvent="rollOver" />
+		<DispatchMouseEvent target="btn1" type="mouseMove" localX="13" localY="28" waitEvent="mouseMove" />
+		<DispatchMouseEvent target="btn1" type="mouseDown" localX="26" localY="33" waitEvent="mouseDown" />
 		<CompareBitmap numColorVariances="10" ignoreMaxColorVariance="true" url="../styles/baselines/$testID.png" target="btn1" />
-		<DispatchMouseEvent target="btn1" type="mouseUp" localX="26" localY="43" waitEvent="mouseUp" />
+		<DispatchMouseEvent target="btn1" type="mouseUp" localX="26" localY="33" waitEvent="mouseUp" />
 	</body>
 </TestCase>
 
@@ -405,11 +405,11 @@
 		<SetProperty propertyName="alpha" value=".5" target="btn1" waitEvent="alphaChanged" waitTarget="btn1"/>
 	</setup>
 	<body>
-		<DispatchMouseEvent target="btn1" type="rollOver" localX="86" localY="38" waitEvent="rollOver" />
-		<DispatchMouseEvent target="btn1" type="mouseMove" localX="90" localY="38" waitEvent="mouseMove" />
-		<DispatchMouseEvent target="btn1" type="mouseDown" localX="90" localY="43" waitEvent="mouseDown" />
+		<DispatchMouseEvent target="btn1" type="rollOver" localX="86" localY="28" waitEvent="rollOver" />
+		<DispatchMouseEvent target="btn1" type="mouseMove" localX="90" localY="28" waitEvent="mouseMove" />
+		<DispatchMouseEvent target="btn1" type="mouseDown" localX="90" localY="33" waitEvent="mouseDown" />
 		<CompareBitmap numColorVariances="10" ignoreMaxColorVariance="true" url="../styles/baselines/$testID.png" target="btn1" />
-		<DispatchMouseEvent target="btn1" type="mouseUp" localX="90" localY="43" waitEvent="mouseUp" />
+		<DispatchMouseEvent target="btn1" type="mouseUp" localX="90" localY="33" waitEvent="mouseUp" />
 	</body>
 </TestCase>
 
@@ -1144,11 +1144,11 @@ Combine with various other styles and pr
 	<body>
 		<SetStyle target="btn1" styleName="fontFamily" value="myFontFamily" waitEvent="updateComplete" waitTarget="btn1"/>
 		<AssertStyleValue target="btn1" styleName="fontFamily" value="myFontFamily" />		
-		<DispatchMouseEvent target="btn1" type="rollOver" localX="11" localY="38" waitEvent="rollOver" />
-		<DispatchMouseEvent target="btn1" type="mouseMove" localX="13" localY="38" waitEvent="mouseMove" />
-		<DispatchMouseEvent target="btn1" type="mouseDown" localX="26" localY="43" waitEvent="mouseDown" />
+		<DispatchMouseEvent target="btn1" type="rollOver" localX="11" localY="28" waitEvent="rollOver" />
+		<DispatchMouseEvent target="btn1" type="mouseMove" localX="13" localY="28" waitEvent="mouseMove" />
+		<DispatchMouseEvent target="btn1" type="mouseDown" localX="26" localY="33" waitEvent="mouseDown" />
 		<CompareBitmap numColorVariances="10" ignoreMaxColorVariance="true" url="../styles/baselines/$testID.png" target="btn1" />
-		<DispatchMouseEvent target="btn1" type="mouseUp" localX="26" localY="43" waitEvent="mouseUp" />
+		<DispatchMouseEvent target="btn1" type="mouseUp" localX="26" localY="33" waitEvent="mouseUp" />
 	</body>
 </TestCase>
 
@@ -1178,11 +1178,11 @@ Combine with various other styles and pr
 		<AssertStyleValue target="btn1" styleName="fontSize" value="12" />		
 		<SetStyle target="btn1" styleName="fontSize" value="26" waitEvent="updateComplete" waitTarget="btn1"/>
 		<AssertStyleValue target="btn1" styleName="fontSize" value="26" />		
-		<DispatchMouseEvent target="btn1" type="rollOver" localX="11" localY="38" waitEvent="rollOver" />
-		<DispatchMouseEvent target="btn1" type="mouseMove" localX="13" localY="38" waitEvent="mouseMove" />
-		<DispatchMouseEvent target="btn1" type="mouseDown" localX="26" localY="43" waitEvent="mouseDown" />
+		<DispatchMouseEvent target="btn1" type="rollOver" localX="11" localY="28" waitEvent="rollOver" />
+		<DispatchMouseEvent target="btn1" type="mouseMove" localX="13" localY="28" waitEvent="mouseMove" />
+		<DispatchMouseEvent target="btn1" type="mouseDown" localX="26" localY="33" waitEvent="mouseDown" />
 		<CompareBitmap numColorVariances="10" ignoreMaxColorVariance="true" url="../styles/baselines/$testID.png" target="btn1" />
-		<DispatchMouseEvent target="btn1" type="mouseUp" localX="26" localY="43" waitEvent="mouseUp" />
+		<DispatchMouseEvent target="btn1" type="mouseUp" localX="26" localY="33" waitEvent="mouseUp" />
 	</body>
 </TestCase>
 
@@ -1210,11 +1210,11 @@ Combine with various other styles and pr
 	</setup>
 	<body>
 		<AssertStyleValue target="btn1" styleName="fontWeight" value="normal" />		
-		<DispatchMouseEvent target="btn1" type="rollOver" localX="11" localY="38" waitEvent="rollOver" />
-		<DispatchMouseEvent target="btn1" type="mouseMove" localX="13" localY="38" waitEvent="mouseMove" />
-		<DispatchMouseEvent target="btn1" type="mouseDown" localX="26" localY="43" waitEvent="mouseDown" />
+		<DispatchMouseEvent target="btn1" type="rollOver" localX="11" localY="28" waitEvent="rollOver" />
+		<DispatchMouseEvent target="btn1" type="mouseMove" localX="13" localY="28" waitEvent="mouseMove" />
+		<DispatchMouseEvent target="btn1" type="mouseDown" localX="26" localY="33" waitEvent="mouseDown" />
 		<CompareBitmap numColorVariances="10" ignoreMaxColorVariance="true" url="../styles/baselines/$testID.png" target="btn1" />
-		<DispatchMouseEvent target="btn1" type="mouseUp" localX="26" localY="43" waitEvent="mouseUp" />
+		<DispatchMouseEvent target="btn1" type="mouseUp" localX="26" localY="33" waitEvent="mouseUp" />
 	</body>
 </TestCase>
 
@@ -1244,11 +1244,11 @@ Combine with various other styles and pr
 		<AssertStyleValue target="btn1" styleName="textDecoration" value="none" />		
 		<SetStyle target="btn1" styleName="textDecoration" value="underline" waitEvent="updateComplete" waitTarget="btn1"/>
 		<AssertStyleValue target="btn1" styleName="textDecoration" value="underline" />		
-		<DispatchMouseEvent target="btn1" type="rollOver" localX="11" localY="38" waitEvent="rollOver" />
-		<DispatchMouseEvent target="btn1" type="mouseMove" localX="13" localY="38" waitEvent="mouseMove" />
-		<DispatchMouseEvent target="btn1" type="mouseDown" localX="26" localY="43" waitEvent="mouseDown" />
+		<DispatchMouseEvent target="btn1" type="rollOver" localX="11" localY="28" waitEvent="rollOver" />
+		<DispatchMouseEvent target="btn1" type="mouseMove" localX="13" localY="28" waitEvent="mouseMove" />
+		<DispatchMouseEvent target="btn1" type="mouseDown" localX="26" localY="33" waitEvent="mouseDown" />
 		<CompareBitmap numColorVariances="10" ignoreMaxColorVariance="true" url="../styles/baselines/$testID.png" target="btn1"/>
-		<DispatchMouseEvent target="btn1" type="mouseUp" localX="26" localY="43" waitEvent="mouseUp" />
+		<DispatchMouseEvent target="btn1" type="mouseUp" localX="26" localY="33" waitEvent="mouseUp" />
 	</body>
 </TestCase>
 
@@ -1278,11 +1278,11 @@ Combine with various other styles and pr
 		<AssertStyleValue target="btn1" styleName="fontStyle" value="normal" />		
 		<SetStyle target="btn1" styleName="fontStyle" value="italic" waitEvent="updateComplete" waitTarget="btn1"/>
 		<AssertStyleValue target="btn1" styleName="fontStyle" value="italic" />		
-		<DispatchMouseEvent target="btn1" type="rollOver" localX="11" localY="38" waitEvent="rollOver" />
-		<DispatchMouseEvent target="btn1" type="mouseMove" localX="13" localY="38" waitEvent="mouseMove" />
-		<DispatchMouseEvent target="btn1" type="mouseDown" localX="26" localY="43" waitEvent="mouseDown" />
+		<DispatchMouseEvent target="btn1" type="rollOver" localX="11" localY="28" waitEvent="rollOver" />
+		<DispatchMouseEvent target="btn1" type="mouseMove" localX="13" localY="28" waitEvent="mouseMove" />
+		<DispatchMouseEvent target="btn1" type="mouseDown" localX="26" localY="33" waitEvent="mouseDown" />
 		<CompareBitmap numColorVariances="10" ignoreMaxColorVariance="true" url="../styles/baselines/$testID.png" target="btn1" />
-		<DispatchMouseEvent target="btn1" type="mouseUp" localX="26" localY="43" waitEvent="mouseUp" />
+		<DispatchMouseEvent target="btn1" type="mouseUp" localX="26" localY="33" waitEvent="mouseUp" />
 	</body>
 </TestCase>
 
@@ -1319,11 +1319,11 @@ Combine with various other styles and pr
 	<body>
 		<SetStyle target="btn1" styleName="chromeColor" value="0xff0000" waitEvent="updateComplete" waitTarget="btn1"/>
 		<AssertStyleValue target="btn1" styleName="chromeColor" value="0xff0000" />		
-		<DispatchMouseEvent target="btn1" type="rollOver" localX="11" localY="38" waitEvent="rollOver" />
-		<DispatchMouseEvent target="btn1" type="mouseMove" localX="13" localY="38" waitEvent="mouseMove" />
-		<DispatchMouseEvent target="btn1" type="mouseDown" localX="26" localY="43" waitEvent="mouseDown" />
+		<DispatchMouseEvent target="btn1" type="rollOver" localX="11" localY="28" waitEvent="rollOver" />
+		<DispatchMouseEvent target="btn1" type="mouseMove" localX="13" localY="28" waitEvent="mouseMove" />
+		<DispatchMouseEvent target="btn1" type="mouseDown" localX="26" localY="33" waitEvent="mouseDown" />
 		<CompareBitmap numColorVariances="10" ignoreMaxColorVariance="true" url="../styles/baselines/$testID.png" target="btn1" />
-		<DispatchMouseEvent target="btn1" type="mouseUp" localX="26" localY="43" waitEvent="mouseUp" />
+		<DispatchMouseEvent target="btn1" type="mouseUp" localX="26" localY="33" waitEvent="mouseUp" />
 	</body>
 </TestCase>
 
@@ -1336,11 +1336,11 @@ Combine with various other styles and pr
 	<body>
 		<SetStyle target="btn1" styleName="chromeColor" value="0xff0000" waitEvent="updateComplete" waitTarget="btn1"/>
 		<AssertStyleValue target="btn1" styleName="chromeColor" value="0xff0000" />		
-		<DispatchMouseEvent target="btn1" type="rollOver" localX="11" localY="38" waitEvent="rollOver" />
-		<DispatchMouseEvent target="btn1" type="mouseMove" localX="13" localY="38" waitEvent="mouseMove" />
-		<DispatchMouseEvent target="btn1" type="mouseDown" localX="26" localY="43" waitEvent="mouseDown" />
+		<DispatchMouseEvent target="btn1" type="rollOver" localX="11" localY="28" waitEvent="rollOver" />
+		<DispatchMouseEvent target="btn1" type="mouseMove" localX="13" localY="28" waitEvent="mouseMove" />
+		<DispatchMouseEvent target="btn1" type="mouseDown" localX="26" localY="33" waitEvent="mouseDown" />
 		<CompareBitmap numColorVariances="10" ignoreMaxColorVariance="true" url="../styles/baselines/$testID.png" target="btn1" />
-		<DispatchMouseEvent target="btn1" type="mouseUp" localX="26" localY="43" waitEvent="mouseUp" />
+		<DispatchMouseEvent target="btn1" type="mouseUp" localX="26" localY="33" waitEvent="mouseUp" />
 	</body>
 </TestCase>
 
@@ -1391,11 +1391,11 @@ Combine with various other styles and pr
 	<body>
 		<SetStyle target="btn1" styleName="chromeColor" value="#004e4e" waitEvent="updateComplete"/>
 		<RunCode code="application.btn1.setStyle('skinClass', comps.CustomButtonSkin)" waitTarget="btn1" waitEvent="updateComplete"/>
-		<DispatchMouseEvent target="btn1" type="rollOver" localX="11" localY="38" waitEvent="rollOver" />
-		<DispatchMouseEvent target="btn1" type="mouseMove" localX="13" localY="38" waitEvent="mouseMove" />
-		<DispatchMouseEvent target="btn1" type="mouseDown" localX="26" localY="43" waitEvent="mouseDown" />
+		<DispatchMouseEvent target="btn1" type="rollOver" localX="11" localY="28" waitEvent="rollOver" />
+		<DispatchMouseEvent target="btn1" type="mouseMove" localX="13" localY="28" waitEvent="mouseMove" />
+		<DispatchMouseEvent target="btn1" type="mouseDown" localX="26" localY="33" waitEvent="mouseDown" />
 		<CompareBitmap numColorVariances="10" ignoreMaxColorVariance="true" url="../styles/baselines/$testID.png" target="btn1" />
-		<DispatchMouseEvent target="btn1" type="mouseUp" localX="26" localY="43" waitEvent="mouseUp" />
+		<DispatchMouseEvent target="btn1" type="mouseUp" localX="26" localY="33" waitEvent="mouseUp" />
 	</body>
 </TestCase>
 

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Button/styles/button_icon_styles_emphasized.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Button/styles/button_icon_styles_emphasized.mxml?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Button/styles/button_icon_styles_emphasized.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Button/styles/button_icon_styles_emphasized.mxml Wed Sep  5 06:43:18 2012
@@ -282,11 +282,11 @@
 		<SetProperty target="btn1" propertyName="emphasized" value="true" waitEvent="updateComplete" />
 	</setup>
 	<body>
-		<DispatchMouseEvent target="btn1" type="rollOver" localX="11" localY="38" waitEvent="rollOver" />
-		<DispatchMouseEvent target="btn1" type="mouseMove" localX="13" localY="38" waitEvent="mouseMove" />
-		<DispatchMouseEvent target="btn1" type="mouseDown" localX="26" localY="43" waitEvent="mouseDown" />
+		<DispatchMouseEvent target="btn1" type="rollOver" localX="11" localY="28" waitEvent="rollOver" />
+		<DispatchMouseEvent target="btn1" type="mouseMove" localX="13" localY="28" waitEvent="mouseMove" />
+		<DispatchMouseEvent target="btn1" type="mouseDown" localX="26" localY="33" waitEvent="mouseDown" />
 		<CompareBitmap numColorVariances="10" ignoreMaxColorVariance="true" url="../styles/baselines/$testID.png" target="btn1" />
-		<DispatchMouseEvent target="btn1" type="mouseUp" localX="26" localY="43" waitEvent="mouseUp" />
+		<DispatchMouseEvent target="btn1" type="mouseUp" localX="26" localY="33" waitEvent="mouseUp" />
 	</body>
 </TestCase>
 
@@ -298,11 +298,11 @@
 		<SetProperty target="btn1" propertyName="emphasized" value="true" waitEvent="updateComplete" />
 	</setup>
 	<body>
-		<DispatchMouseEvent target="btn1" type="rollOver" localX="11" localY="38" waitEvent="rollOver" />
-		<DispatchMouseEvent target="btn1" type="mouseMove" localX="13" localY="38" waitEvent="mouseMove" />
-		<DispatchMouseEvent target="btn1" type="mouseDown" localX="26" localY="43" waitEvent="mouseDown" />
+		<DispatchMouseEvent target="btn1" type="rollOver" localX="11" localY="28" waitEvent="rollOver" />
+		<DispatchMouseEvent target="btn1" type="mouseMove" localX="13" localY="28" waitEvent="mouseMove" />
+		<DispatchMouseEvent target="btn1" type="mouseDown" localX="26" localY="33" waitEvent="mouseDown" />
 		<CompareBitmap numColorVariances="10" ignoreMaxColorVariance="true" url="../styles/baselines/$testID.png" target="btn1" />
-		<DispatchMouseEvent target="btn1" type="mouseUp" localX="26" localY="43" waitEvent="mouseUp" />
+		<DispatchMouseEvent target="btn1" type="mouseUp" localX="26" localY="33" waitEvent="mouseUp" />
 	</body>
 </TestCase>
 
@@ -432,11 +432,11 @@
 		<SetProperty target="btn1" propertyName="emphasized" value="true" waitEvent="updateComplete" />
 	</setup>
 	<body>
-		<DispatchMouseEvent target="btn1" type="rollOver" localX="86" localY="38" waitEvent="rollOver" />
-		<DispatchMouseEvent target="btn1" type="mouseMove" localX="90" localY="38" waitEvent="mouseMove" />
-		<DispatchMouseEvent target="btn1" type="mouseDown" localX="90" localY="43" waitEvent="mouseDown" />
+		<DispatchMouseEvent target="btn1" type="rollOver" localX="86" localY="28" waitEvent="rollOver" />
+		<DispatchMouseEvent target="btn1" type="mouseMove" localX="90" localY="28" waitEvent="mouseMove" />
+		<DispatchMouseEvent target="btn1" type="mouseDown" localX="90" localY="33" waitEvent="mouseDown" />
 		<CompareBitmap numColorVariances="10" ignoreMaxColorVariance="true" url="../styles/baselines/$testID.png" target="btn1" />
-		<DispatchMouseEvent target="btn1" type="mouseUp" localX="90" localY="43" waitEvent="mouseUp" />
+		<DispatchMouseEvent target="btn1" type="mouseUp" localX="90" localY="33" waitEvent="mouseUp" />
 	</body>
 </TestCase>
 
@@ -1232,11 +1232,11 @@ Combine with various other styles and pr
 	<body>
 		<SetStyle target="btn1" styleName="fontFamily" value="myFontFamily" waitEvent="updateComplete" waitTarget="btn1"/>
 		<AssertStyleValue target="btn1" styleName="fontFamily" value="myFontFamily" />		
-		<DispatchMouseEvent target="btn1" type="rollOver" localX="11" localY="38" waitEvent="rollOver" />
-		<DispatchMouseEvent target="btn1" type="mouseMove" localX="13" localY="38" waitEvent="mouseMove" />
-		<DispatchMouseEvent target="btn1" type="mouseDown" localX="26" localY="43" waitEvent="mouseDown" />
+		<DispatchMouseEvent target="btn1" type="rollOver" localX="11" localY="28" waitEvent="rollOver" />
+		<DispatchMouseEvent target="btn1" type="mouseMove" localX="13" localY="28" waitEvent="mouseMove" />
+		<DispatchMouseEvent target="btn1" type="mouseDown" localX="26" localY="33" waitEvent="mouseDown" />
 		<CompareBitmap numColorVariances="10" ignoreMaxColorVariance="true" url="../styles/baselines/$testID.png" target="btn1" />
-		<DispatchMouseEvent target="btn1" type="mouseUp" localX="26" localY="43" waitEvent="mouseUp" />
+		<DispatchMouseEvent target="btn1" type="mouseUp" localX="26" localY="33" waitEvent="mouseUp" />
 	</body>
 </TestCase>
 
@@ -1268,11 +1268,11 @@ Combine with various other styles and pr
 		<AssertStyleValue target="btn1" styleName="fontSize" value="12" />		
 		<SetStyle target="btn1" styleName="fontSize" value="26" waitEvent="updateComplete" waitTarget="btn1"/>
 		<AssertStyleValue target="btn1" styleName="fontSize" value="26" />		
-		<DispatchMouseEvent target="btn1" type="rollOver" localX="11" localY="38" waitEvent="rollOver" />
-		<DispatchMouseEvent target="btn1" type="mouseMove" localX="13" localY="38" waitEvent="mouseMove" />
-		<DispatchMouseEvent target="btn1" type="mouseDown" localX="26" localY="43" waitEvent="mouseDown" />
+		<DispatchMouseEvent target="btn1" type="rollOver" localX="11" localY="28" waitEvent="rollOver" />
+		<DispatchMouseEvent target="btn1" type="mouseMove" localX="13" localY="28" waitEvent="mouseMove" />
+		<DispatchMouseEvent target="btn1" type="mouseDown" localX="26" localY="33" waitEvent="mouseDown" />
 		<CompareBitmap numColorVariances="10" ignoreMaxColorVariance="true" url="../styles/baselines/$testID.png" target="btn1" />
-		<DispatchMouseEvent target="btn1" type="mouseUp" localX="26" localY="43" waitEvent="mouseUp" />
+		<DispatchMouseEvent target="btn1" type="mouseUp" localX="26" localY="33" waitEvent="mouseUp" />
 	</body>
 </TestCase>
 
@@ -1302,11 +1302,11 @@ Combine with various other styles and pr
 	</setup>
 	<body>
 		<AssertStyleValue target="btn1" styleName="fontWeight" value="normal" />		
-		<DispatchMouseEvent target="btn1" type="rollOver" localX="11" localY="38" waitEvent="rollOver" />
-		<DispatchMouseEvent target="btn1" type="mouseMove" localX="13" localY="38" waitEvent="mouseMove" />
-		<DispatchMouseEvent target="btn1" type="mouseDown" localX="26" localY="43" waitEvent="mouseDown" />
+		<DispatchMouseEvent target="btn1" type="rollOver" localX="11" localY="28" waitEvent="rollOver" />
+		<DispatchMouseEvent target="btn1" type="mouseMove" localX="13" localY="28" waitEvent="mouseMove" />
+		<DispatchMouseEvent target="btn1" type="mouseDown" localX="26" localY="33" waitEvent="mouseDown" />
 		<CompareBitmap numColorVariances="10" ignoreMaxColorVariance="true" url="../styles/baselines/$testID.png" target="btn1" />
-		<DispatchMouseEvent target="btn1" type="mouseUp" localX="26" localY="43" waitEvent="mouseUp" />
+		<DispatchMouseEvent target="btn1" type="mouseUp" localX="26" localY="33" waitEvent="mouseUp" />
 	</body>
 </TestCase>
 
@@ -1338,11 +1338,11 @@ Combine with various other styles and pr
 		<AssertStyleValue target="btn1" styleName="textDecoration" value="none" />		
 		<SetStyle target="btn1" styleName="textDecoration" value="underline" waitEvent="updateComplete" waitTarget="btn1"/>
 		<AssertStyleValue target="btn1" styleName="textDecoration" value="underline" />		
-		<DispatchMouseEvent target="btn1" type="rollOver" localX="11" localY="38" waitEvent="rollOver" />
-		<DispatchMouseEvent target="btn1" type="mouseMove" localX="13" localY="38" waitEvent="mouseMove" />
-		<DispatchMouseEvent target="btn1" type="mouseDown" localX="26" localY="43" waitEvent="mouseDown" />
+		<DispatchMouseEvent target="btn1" type="rollOver" localX="11" localY="28" waitEvent="rollOver" />
+		<DispatchMouseEvent target="btn1" type="mouseMove" localX="13" localY="28" waitEvent="mouseMove" />
+		<DispatchMouseEvent target="btn1" type="mouseDown" localX="26" localY="33" waitEvent="mouseDown" />
 		<CompareBitmap numColorVariances="10" ignoreMaxColorVariance="true" url="../styles/baselines/$testID.png" target="btn1"/>
-		<DispatchMouseEvent target="btn1" type="mouseUp" localX="26" localY="43" waitEvent="mouseUp" />
+		<DispatchMouseEvent target="btn1" type="mouseUp" localX="26" localY="33" waitEvent="mouseUp" />
 	</body>
 </TestCase>
 
@@ -1374,11 +1374,11 @@ Combine with various other styles and pr
 		<AssertStyleValue target="btn1" styleName="fontStyle" value="normal" />		
 		<SetStyle target="btn1" styleName="fontStyle" value="italic" waitEvent="updateComplete" waitTarget="btn1"/>
 		<AssertStyleValue target="btn1" styleName="fontStyle" value="italic" />		
-		<DispatchMouseEvent target="btn1" type="rollOver" localX="11" localY="38" waitEvent="rollOver" />
-		<DispatchMouseEvent target="btn1" type="mouseMove" localX="13" localY="38" waitEvent="mouseMove" />
-		<DispatchMouseEvent target="btn1" type="mouseDown" localX="26" localY="43" waitEvent="mouseDown" />
+		<DispatchMouseEvent target="btn1" type="rollOver" localX="11" localY="28" waitEvent="rollOver" />
+		<DispatchMouseEvent target="btn1" type="mouseMove" localX="13" localY="28" waitEvent="mouseMove" />
+		<DispatchMouseEvent target="btn1" type="mouseDown" localX="26" localY="33" waitEvent="mouseDown" />
 		<CompareBitmap numColorVariances="10" ignoreMaxColorVariance="true" url="../styles/baselines/$testID.png" target="btn1" />
-		<DispatchMouseEvent target="btn1" type="mouseUp" localX="26" localY="43" waitEvent="mouseUp" />
+		<DispatchMouseEvent target="btn1" type="mouseUp" localX="26" localY="33" waitEvent="mouseUp" />
 	</body>
 </TestCase>
 
@@ -1418,11 +1418,11 @@ Combine with various other styles and pr
 	<body>
 		<SetStyle target="btn1" styleName="chromeColor" value="0xff0000" waitEvent="updateComplete" waitTarget="btn1"/>
 		<AssertStyleValue target="btn1" styleName="chromeColor" value="0xff0000" />		
-		<DispatchMouseEvent target="btn1" type="rollOver" localX="11" localY="38" waitEvent="rollOver" />
-		<DispatchMouseEvent target="btn1" type="mouseMove" localX="13" localY="38" waitEvent="mouseMove" />
-		<DispatchMouseEvent target="btn1" type="mouseDown" localX="26" localY="43" waitEvent="mouseDown" />
+		<DispatchMouseEvent target="btn1" type="rollOver" localX="11" localY="28" waitEvent="rollOver" />
+		<DispatchMouseEvent target="btn1" type="mouseMove" localX="13" localY="28" waitEvent="mouseMove" />
+		<DispatchMouseEvent target="btn1" type="mouseDown" localX="26" localY="33" waitEvent="mouseDown" />
 		<CompareBitmap numColorVariances="10" ignoreMaxColorVariance="true" url="../styles/baselines/$testID.png" target="btn1" />
-		<DispatchMouseEvent target="btn1" type="mouseUp" localX="26" localY="43" waitEvent="mouseUp" />
+		<DispatchMouseEvent target="btn1" type="mouseUp" localX="26" localY="33" waitEvent="mouseUp" />
 	</body>
 </TestCase>
 
@@ -1436,11 +1436,11 @@ Combine with various other styles and pr
 	<body>
 		<SetStyle target="btn1" styleName="chromeColor" value="0xff0000" waitEvent="updateComplete" waitTarget="btn1"/>
 		<AssertStyleValue target="btn1" styleName="chromeColor" value="0xff0000" />		
-		<DispatchMouseEvent target="btn1" type="rollOver" localX="11" localY="38" waitEvent="rollOver" />
-		<DispatchMouseEvent target="btn1" type="mouseMove" localX="13" localY="38" waitEvent="mouseMove" />
-		<DispatchMouseEvent target="btn1" type="mouseDown" localX="26" localY="43" waitEvent="mouseDown" />
+		<DispatchMouseEvent target="btn1" type="rollOver" localX="11" localY="28" waitEvent="rollOver" />
+		<DispatchMouseEvent target="btn1" type="mouseMove" localX="13" localY="28" waitEvent="mouseMove" />
+		<DispatchMouseEvent target="btn1" type="mouseDown" localX="26" localY="33" waitEvent="mouseDown" />
 		<CompareBitmap numColorVariances="10" ignoreMaxColorVariance="true" url="../styles/baselines/$testID.png" target="btn1" />
-		<DispatchMouseEvent target="btn1" type="mouseUp" localX="26" localY="43" waitEvent="mouseUp" />
+		<DispatchMouseEvent target="btn1" type="mouseUp" localX="26" localY="33" waitEvent="mouseUp" />
 	</body>
 </TestCase>
 

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/Integration/baselines/containerIntegration_box_test1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Integration/baselines/containerIntegration_box_test3.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Integration/baselines/containerIntegration_panel_test5.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Integration/baselines/iconChange_test1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Integration/baselines/iconChange_test2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Integration/baselines/iconChange_test3.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Integration/baselines/iconChange_test4.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Integration/baselines/iconChange_test5.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Integration/baselines/iconChange_test6.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Integration/baselines/labelChange_test0.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/Integration/baselines/labelChange_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/ButtonBar/Integration/baselines/labelChange_test1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/Integration/baselines/labelChange_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/ButtonBar/Integration/baselines/labelChange_test2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/Integration/baselines/labelChange_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/ButtonBar/Integration/baselines/labelChange_test3.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/Integration/baselines/labelChange_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/ButtonBar/Integration/baselines/states_test0.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Integration/baselines/states_test2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Integration/baselines/states_test2b.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Integration/baselines/states_test3.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Integration/baselines/states_test3b.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Methods/baselines/buttonBar_keyDownHandler_test1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/Methods/baselines/buttonBar_keyDownHandler_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/ButtonBar/Methods/baselines/buttonBar_keyDownHandler_test10.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/Methods/baselines/buttonBar_keyDownHandler_test10.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

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

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

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/Methods/baselines/buttonBar_keyDownHandler_test2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/Methods/baselines/buttonBar_keyDownHandler_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/ButtonBar/Methods/baselines/buttonBar_keyDownHandler_test3.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/Methods/baselines/buttonBar_keyDownHandler_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/ButtonBar/Methods/baselines/buttonBar_keyDownHandler_test4.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/Methods/baselines/buttonBar_keyDownHandler_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/ButtonBar/Methods/baselines/buttonBar_keyDownHandler_test5.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/Methods/baselines/buttonBar_keyDownHandler_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/ButtonBar/Methods/baselines/buttonBar_keyDownHandler_test6.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/Methods/baselines/buttonBar_keyDownHandler_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/ButtonBar/Methods/baselines/buttonBar_keyDownHandler_test7.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/Methods/baselines/buttonBar_keyDownHandler_test7.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

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

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/Methods/baselines/defaultButtonBarItemRendererFunction_test3.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/Methods/baselines/defaultButtonBarItemRendererFunction_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/ButtonBar/Properties/ButtonBar_properties.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/Properties/ButtonBar_properties.mxml?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/Properties/ButtonBar_properties.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/Properties/ButtonBar_properties.mxml Wed Sep  5 06:43:18 2012
@@ -130,7 +130,7 @@ enabled
         <RunCode code="application.setDataProvider(application.bb1, 1)" />
     </setup>
     <body>
-        <AssertPropertyValue target="bb1" propertyName="baselinePosition" value="14.8" />
+        <AssertPropertyValue target="bb1" propertyName="baselinePosition" value="14.6" />
     </body>
 </TestCase>
 <TestCase testID="ButtonBar_properties_baselinePosition_postValidation" keywords="[ButtonBar,baselinePosition]"
@@ -140,7 +140,7 @@ enabled
         <RunCode code="application.setDataProvider(application.bb1, 1)" waitEvent="updateComplete" waitTarget="bb1"/>
     </setup>
     <body>
-        <AssertPropertyValue target="bb1" propertyName="baselinePosition" value="14.8" />
+        <AssertPropertyValue target="bb1" propertyName="baselinePosition" value="14.6" />
     </body>
 </TestCase>
 </testCases>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/Properties/baselines/ButtonBar_icon_test3.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/Properties/baselines/ButtonBar_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/ButtonBar/Properties/baselines/ButtonBar_icon_test4.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/Properties/baselines/ButtonBar_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/ButtonBar/Properties/baselines/ButtonBar_icon_test5.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/Properties/baselines/ButtonBar_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/ButtonBar/Properties/baselines/ButtonBar_icon_test6.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/Properties/baselines/ButtonBar_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/ButtonBar/Properties/baselines/ButtonBar_icon_test8.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/Properties/baselines/ButtonBar_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/ButtonBar/Properties/baselines/ButtonBar_icon_test9.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/Properties/baselines/ButtonBar_icon_test9.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

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

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

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

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

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

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/Styles/baselines/color_as_css_test1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Styles/baselines/color_as_test1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Styles/baselines/color_mxml_test1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Styles/baselines/direction_as_css_test1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Styles/baselines/direction_as_css_test2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Styles/baselines/direction_as_test1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Styles/baselines/direction_as_test2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Styles/baselines/direction_mxml_test1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Styles/baselines/direction_mxml_test2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Styles/baselines/fontFamily_as_css_test2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Styles/baselines/fontFamily_as_test2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Styles/baselines/fontFamily_mxml_test1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Styles/baselines/fontFamily_mxml_test2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Styles/baselines/fontSize_as_css_test1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Styles/baselines/fontSize_as_css_test2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Styles/baselines/fontSize_as_test1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Styles/baselines/fontSize_as_test2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Styles/baselines/fontSize_mxml_test1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Styles/baselines/fontSize_mxml_test2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Styles/baselines/fontWeight_as_css_test1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Styles/baselines/fontWeight_as_css_test2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Styles/baselines/fontWeight_as_test1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Styles/baselines/fontWeight_as_test2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Styles/baselines/fontWeight_mxml_test1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Styles/baselines/fontWeight_mxml_test2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Styles/baselines/kerning_as_css_test1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Styles/baselines/kerning_as_css_test2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Styles/baselines/kerning_as_css_test3.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Styles/baselines/kerning_as_test1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Styles/baselines/kerning_as_test2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Styles/baselines/kerning_as_test3.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Styles/baselines/kerning_mxml_test1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Styles/baselines/kerning_mxml_test2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Styles/baselines/kerning_mxml_test3.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Styles/baselines/lineThrough_as_css_test1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Styles/baselines/lineThrough_as_css_test2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Styles/baselines/lineThrough_as_test1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Styles/baselines/lineThrough_as_test2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Styles/baselines/lineThrough_mxml_test1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Styles/baselines/lineThrough_mxml_test2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Styles/baselines/styles_mirroring_test1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/Styles/baselines/styles_mirroring_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/ButtonBar/Styles/baselines/styles_mirroring_test2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/Styles/baselines/styles_mirroring_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/ButtonBar/Styles/baselines/styles_mirroring_test3.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/Styles/baselines/styles_mirroring_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/ButtonBar/Styles/baselines/styles_mirroring_test4.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/Styles/baselines/styles_mirroring_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/ButtonBar/Styles/baselines/styles_mirroring_wireframe_test1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/Styles/baselines/styles_mirroring_wireframe_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/ButtonBar/Styles/baselines/styles_mirroring_wireframe_test2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/Styles/baselines/styles_mirroring_wireframe_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/ButtonBar/Styles/baselines/styles_mirroring_wireframe_test3.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/Styles/baselines/styles_mirroring_wireframe_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/ButtonBar/Styles/baselines/styles_mirroring_wireframe_test4.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/Styles/baselines/styles_mirroring_wireframe_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/ButtonBar/Styles/baselines/tblr_as_test1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Styles/baselines/tblr_as_test2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Styles/baselines/tblr_as_test3.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Styles/baselines/textDecoration_as_css_test1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Styles/baselines/textDecoration_as_css_test2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Styles/baselines/textDecoration_as_test1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Styles/baselines/textDecoration_as_test2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Styles/baselines/textDecoration_mxml_test1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Styles/baselines/textDecoration_mxml_test2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Styles/baselines/vhc_as_test1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/ButtonBar/Styles/baselines/vhc_as_test2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ButtonBar/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/CheckBox/properties/Flex4_CheckBox_properties_tester.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/CheckBox/properties/Flex4_CheckBox_properties_tester.mxml?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/CheckBox/properties/Flex4_CheckBox_properties_tester.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/CheckBox/properties/Flex4_CheckBox_properties_tester.mxml Wed Sep  5 06:43:18 2012
@@ -474,7 +474,7 @@
                 <SetProperty target="myCB" propertyName="label" value="CheckBox Label" />
             </setup>
             <body>
-                <AssertPropertyValue value="13.35" target="myCB" propertyName="baselinePosition"/>
+                <AssertPropertyValue value="17.5" target="myCB" propertyName="baselinePosition"/>
             </body>
         </TestCase>
         <TestCase testID="CheckBox_baselinePosition_postValidation" keywords="[CheckBox, baselinePosition]" description="CheckBox baselinePosition property">

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

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/CheckBox/properties/baselines/CheckBox_click_1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/CheckBox/properties/baselines/CheckBox_click_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/CheckBox/properties/baselines/CheckBox_click_2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/CheckBox/properties/baselines/CheckBox_click_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/CheckBox/properties/baselines/CheckBox_click_3.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/CheckBox/properties/baselines/CheckBox_click_3.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

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

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

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

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