From d6d016bc6198297187fdf9f1439452915f1f64ea Mon Sep 17 00:00:00 2001 From: SvetoslavTsenov Date: Thu, 18 May 2017 13:47:42 +0300 Subject: [PATCH] Include test page for issue 4143 --- apps/app/ui-tests-app/flexbox/flexbox-4143.css | 6 ++++++ apps/app/ui-tests-app/flexbox/flexbox-4143.xml | 6 ++++++ apps/app/ui-tests-app/flexbox/flexbox-main-page.ts | 1 + 3 files changed, 13 insertions(+) create mode 100644 apps/app/ui-tests-app/flexbox/flexbox-4143.css create mode 100644 apps/app/ui-tests-app/flexbox/flexbox-4143.xml diff --git a/apps/app/ui-tests-app/flexbox/flexbox-4143.css b/apps/app/ui-tests-app/flexbox/flexbox-4143.css new file mode 100644 index 000000000..15459c932 --- /dev/null +++ b/apps/app/ui-tests-app/flexbox/flexbox-4143.css @@ -0,0 +1,6 @@ +.bg-background { + background-image: url("~/ui-tests-app/image-view/gravatar.png"); + background-position: center; + background-repeat: no-repeat; + background-size: cover; +} \ No newline at end of file diff --git a/apps/app/ui-tests-app/flexbox/flexbox-4143.xml b/apps/app/ui-tests-app/flexbox/flexbox-4143.xml new file mode 100644 index 000000000..daef35566 --- /dev/null +++ b/apps/app/ui-tests-app/flexbox/flexbox-4143.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/apps/app/ui-tests-app/flexbox/flexbox-main-page.ts b/apps/app/ui-tests-app/flexbox/flexbox-main-page.ts index d11a8efdc..3723068ef 100644 --- a/apps/app/ui-tests-app/flexbox/flexbox-main-page.ts +++ b/apps/app/ui-tests-app/flexbox/flexbox-main-page.ts @@ -14,6 +14,7 @@ export function pageLoaded(args: EventData) { examples.set("flexboxdemo", "flexbox/flexbox-demo"); examples.set("flexrepeat", "flexbox/flexbox-repeater"); examples.set("flex-perf", "flexbox/flexbox-perf-comparison"); + examples.set("flexbox-4143", "flexbox/flexbox-4143"); let viewModel = new FlexboxMainPageViewModel(wrapLayout, examples); page.bindingContext = viewModel;