diff --git a/eng/pipelines/common/ui-tests.yml b/eng/pipelines/common/ui-tests.yml index fe1231c2292c..1f0512c922ca 100644 --- a/eng/pipelines/common/ui-tests.yml +++ b/eng/pipelines/common/ui-tests.yml @@ -39,7 +39,7 @@ parameters: - 'SoftInput,Stepper,Switch,SwipeView' - 'Shell' - 'TabbedPage,TableView,TimePicker,TitleView,ToolbarItem' - - 'ViewBaseTests,Window' + - 'ViewBaseTests,VisualStateManager,Window' - 'WebView' projects: diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/Slider_Reenabled_Normal_State.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/Slider_Reenabled_Normal_State.png new file mode 100644 index 000000000000..d73c5a11e836 Binary files /dev/null and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/Slider_Reenabled_Normal_State.png differ diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/Slider_Reset_Disabled_State.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/Slider_Reset_Disabled_State.png new file mode 100644 index 000000000000..abd09194328f Binary files /dev/null and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/Slider_Reset_Disabled_State.png differ diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Button_Disable.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Button_Disable.png new file mode 100644 index 000000000000..92dd096a02f6 Binary files /dev/null and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Button_Disable.png differ diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Button_InitialState.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Button_InitialState.png new file mode 100644 index 000000000000..d516a22d9014 Binary files /dev/null and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Button_InitialState.png differ diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Button_Reset.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Button_Reset.png new file mode 100644 index 000000000000..0e899b770afa Binary files /dev/null and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Button_Reset.png differ diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_CheckBox_Checked.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_CheckBox_Checked.png new file mode 100644 index 000000000000..4ed9856f81ae Binary files /dev/null and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_CheckBox_Checked.png differ diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_CheckBox_Disable.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_CheckBox_Disable.png new file mode 100644 index 000000000000..96f541a77840 Binary files /dev/null and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_CheckBox_Disable.png differ diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_CheckBox_DisableWhileChecked.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_CheckBox_DisableWhileChecked.png new file mode 100644 index 000000000000..fb1441a15e8b Binary files /dev/null and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_CheckBox_DisableWhileChecked.png differ diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_CheckBox_InitialState.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_CheckBox_InitialState.png new file mode 100644 index 000000000000..f457f8d83ae7 Binary files /dev/null and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_CheckBox_InitialState.png differ diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_CheckBox_Reset.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_CheckBox_Reset.png new file mode 100644 index 000000000000..030a1ba95771 Binary files /dev/null and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_CheckBox_Reset.png differ diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_CollectionView_Disabled.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_CollectionView_Disabled.png new file mode 100644 index 000000000000..0ccfe63fad38 Binary files /dev/null and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_CollectionView_Disabled.png differ diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_CollectionView_InitialState.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_CollectionView_InitialState.png new file mode 100644 index 000000000000..8b69f1b65c40 Binary files /dev/null and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_CollectionView_InitialState.png differ diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_CollectionView_Normal.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_CollectionView_Normal.png new file mode 100644 index 000000000000..4525a44ab153 Binary files /dev/null and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_CollectionView_Normal.png differ diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_CollectionView_Reset.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_CollectionView_Reset.png new file mode 100644 index 000000000000..dfc9dea0f6d1 Binary files /dev/null and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_CollectionView_Reset.png differ diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_CollectionView_Selected.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_CollectionView_Selected.png new file mode 100644 index 000000000000..fb8085021e7a Binary files /dev/null and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_CollectionView_Selected.png differ diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_CollectionView_Selected_Multiple.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_CollectionView_Selected_Multiple.png new file mode 100644 index 000000000000..84a5a4ee9523 Binary files /dev/null and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_CollectionView_Selected_Multiple.png differ diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Entry_Disable.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Entry_Disable.png new file mode 100644 index 000000000000..d67ccc6381d8 Binary files /dev/null and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Entry_Disable.png differ diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Entry_DisableAndEnableWhileFocused.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Entry_DisableAndEnableWhileFocused.png new file mode 100644 index 000000000000..b9b8a918cb37 Binary files /dev/null and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Entry_DisableAndEnableWhileFocused.png differ diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Entry_DisableAndEnableWhileUnFocused.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Entry_DisableAndEnableWhileUnFocused.png new file mode 100644 index 000000000000..a2f25b34e0d3 Binary files /dev/null and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Entry_DisableAndEnableWhileUnFocused.png differ diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Entry_DisableWhileFocused.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Entry_DisableWhileFocused.png new file mode 100644 index 000000000000..aa569b44eab7 Binary files /dev/null and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Entry_DisableWhileFocused.png differ diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Entry_DisableWhileReset.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Entry_DisableWhileReset.png new file mode 100644 index 000000000000..5a8089345abe Binary files /dev/null and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Entry_DisableWhileReset.png differ diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Entry_DisableWhileUnFocused.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Entry_DisableWhileUnFocused.png new file mode 100644 index 000000000000..5b02627aa99c Binary files /dev/null and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Entry_DisableWhileUnFocused.png differ diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Entry_Focus.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Entry_Focus.png new file mode 100644 index 000000000000..3fc4b9d77274 Binary files /dev/null and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Entry_Focus.png differ diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Entry_InitialState.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Entry_InitialState.png new file mode 100644 index 000000000000..00c818b357ad Binary files /dev/null and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Entry_InitialState.png differ diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Entry_Invalid.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Entry_Invalid.png new file mode 100644 index 000000000000..ba725d6d7bf9 Binary files /dev/null and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Entry_Invalid.png differ diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Entry_Reset.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Entry_Reset.png new file mode 100644 index 000000000000..11244ad0a284 Binary files /dev/null and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Entry_Reset.png differ diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Entry_Unfocus.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Entry_Unfocus.png new file mode 100644 index 000000000000..0dd63c827922 Binary files /dev/null and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Entry_Unfocus.png differ diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Entry_Validate.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Entry_Validate.png new file mode 100644 index 000000000000..2541c41a2c4e Binary files /dev/null and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Entry_Validate.png differ diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Label_DisableWhileNormal.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Label_DisableWhileNormal.png new file mode 100644 index 000000000000..575a23c5ae62 Binary files /dev/null and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Label_DisableWhileNormal.png differ diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Label_DisableWhileSelected.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Label_DisableWhileSelected.png new file mode 100644 index 000000000000..c9ba5dac036c Binary files /dev/null and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Label_DisableWhileSelected.png differ diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Label_Disabled.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Label_Disabled.png new file mode 100644 index 000000000000..1990cdf4079b Binary files /dev/null and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Label_Disabled.png differ diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Label_InitialState.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Label_InitialState.png new file mode 100644 index 000000000000..e5488865bd57 Binary files /dev/null and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Label_InitialState.png differ diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Label_Reset.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Label_Reset.png new file mode 100644 index 000000000000..3cfd850b5634 Binary files /dev/null and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Label_Reset.png differ diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Label_Selected.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Label_Selected.png new file mode 100644 index 000000000000..04063b9454b4 Binary files /dev/null and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Label_Selected.png differ diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Slider_DisabledState.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Slider_DisabledState.png new file mode 100644 index 000000000000..f0a0e14010e1 Binary files /dev/null and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Slider_DisabledState.png differ diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Slider_FocusedState.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Slider_FocusedState.png new file mode 100644 index 000000000000..0a08e3110519 Binary files /dev/null and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Slider_FocusedState.png differ diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Slider_NormalOrUnfocusedState.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Slider_NormalOrUnfocusedState.png new file mode 100644 index 000000000000..97925f20a529 Binary files /dev/null and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Slider_NormalOrUnfocusedState.png differ diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Slider_NormalState.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Slider_NormalState.png new file mode 100644 index 000000000000..49790fd7d8eb Binary files /dev/null and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Slider_NormalState.png differ diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Slider_ResetState.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Slider_ResetState.png new file mode 100644 index 000000000000..88c43bc55ea7 Binary files /dev/null and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Slider_ResetState.png differ diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Switch_DisableAndResetWhileOff.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Switch_DisableAndResetWhileOff.png new file mode 100644 index 000000000000..8b4cb39d039e Binary files /dev/null and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Switch_DisableAndResetWhileOff.png differ diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Switch_DisableAndResetWhileOn.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Switch_DisableAndResetWhileOn.png new file mode 100644 index 000000000000..134f54c85a93 Binary files /dev/null and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Switch_DisableAndResetWhileOn.png differ diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Switch_DisableWhileOff.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Switch_DisableWhileOff.png new file mode 100644 index 000000000000..bb39543c0d2a Binary files /dev/null and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Switch_DisableWhileOff.png differ diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Switch_DisableWhileOn.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Switch_DisableWhileOn.png new file mode 100644 index 000000000000..1b4c582b81fb Binary files /dev/null and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Switch_DisableWhileOn.png differ diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Switch_InitialState.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Switch_InitialState.png new file mode 100644 index 000000000000..72437091c149 Binary files /dev/null and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Switch_InitialState.png differ diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Switch_Off.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Switch_Off.png new file mode 100644 index 000000000000..4bd33a723a84 Binary files /dev/null and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Switch_Off.png differ diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Switch_OffWhileDisableAndEnable.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Switch_OffWhileDisableAndEnable.png new file mode 100644 index 000000000000..0f0d5d6bf3b6 Binary files /dev/null and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Switch_OffWhileDisableAndEnable.png differ diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Switch_On.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Switch_On.png new file mode 100644 index 000000000000..c87727b2e838 Binary files /dev/null and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Switch_On.png differ diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Switch_OnWhileDisableAndEnable.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Switch_OnWhileDisableAndEnable.png new file mode 100644 index 000000000000..ac2994581e79 Binary files /dev/null and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Switch_OnWhileDisableAndEnable.png differ diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Switch_Reset.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Switch_Reset.png new file mode 100644 index 000000000000..3e621e3074b0 Binary files /dev/null and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Switch_Reset.png differ diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Switch_ResetWhileDisabled.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Switch_ResetWhileDisabled.png new file mode 100644 index 000000000000..5544f11e661d Binary files /dev/null and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyVSM_Switch_ResetWhileDisabled.png differ diff --git a/src/Controls/tests/TestCases.HostApp/CoreViews/CorePageView.cs b/src/Controls/tests/TestCases.HostApp/CoreViews/CorePageView.cs index 1d967735cf43..e33703504420 100644 --- a/src/Controls/tests/TestCases.HostApp/CoreViews/CorePageView.cs +++ b/src/Controls/tests/TestCases.HostApp/CoreViews/CorePageView.cs @@ -120,6 +120,7 @@ public override string ToString() new GalleryPageFactory(() => new IndicatorViewControlPage(), "IndicatorView Feature Matrix"), new GalleryPageFactory(() => new GridControlPage(), "Grid Feature Matrix"), new GalleryPageFactory(() => new LayoutFeaturePage(), "ScrollView With LayoutOptions Feature Matrix"), + new GalleryPageFactory(() => new VisualStateManagerFeaturePage(), "VisualStateManager Feature Matrix"), new GalleryPageFactory(() => new ShellFeaturePage(), "Shell Feature Matrix"), new GalleryPageFactory(() => new BrushesControlPage(), "Brushes Feature Matrix"), new GalleryPageFactory(() => new BindableLayoutControlPage(), "BindableLayout Feature Matrix") diff --git a/src/Controls/tests/TestCases.HostApp/FeatureMatrix/VisualStateManager/VSMButton/VisualStateManagerButtonPage.xaml b/src/Controls/tests/TestCases.HostApp/FeatureMatrix/VisualStateManager/VSMButton/VisualStateManagerButtonPage.xaml new file mode 100644 index 000000000000..4ed6751ea722 --- /dev/null +++ b/src/Controls/tests/TestCases.HostApp/FeatureMatrix/VisualStateManager/VSMButton/VisualStateManagerButtonPage.xaml @@ -0,0 +1,124 @@ + + + + + + + + +