diff --git a/CrossPlatformModules.csproj b/CrossPlatformModules.csproj
index a699a8792..f9cf776d5 100644
--- a/CrossPlatformModules.csproj
+++ b/CrossPlatformModules.csproj
@@ -934,6 +934,9 @@
+
+
+
@@ -1936,7 +1939,7 @@
False
-
+
\ No newline at end of file
diff --git a/apps/ui-tests-app/image-view/gravatar.png b/apps/ui-tests-app/image-view/gravatar.png
new file mode 100644
index 000000000..66dd2ef6a
Binary files /dev/null and b/apps/ui-tests-app/image-view/gravatar.png differ
diff --git a/apps/ui-tests-app/image-view/rounded-images.css b/apps/ui-tests-app/image-view/rounded-images.css
new file mode 100644
index 000000000..85f0a9c94
--- /dev/null
+++ b/apps/ui-tests-app/image-view/rounded-images.css
@@ -0,0 +1,51 @@
+Page {
+ background-color: #1B3943;
+}
+
+.one {
+ width: 100;
+ height: 100;
+ border-radius: 0;
+ border-width: 0;
+ border-color: gray;
+}
+
+.two {
+ width: 100;
+ height: 100;
+ border-radius: 50;
+ border-width: 0;
+ border-color: gray;
+}
+
+.three {
+ width: 100;
+ height: 100;
+ border-radius: 0;
+ border-width: 20;
+ border-color: gray;
+}
+
+.four {
+ width: 100;
+ height: 100;
+ border-radius: 40;
+ border-width: 5;
+ border-color: gray;
+}
+
+.five {
+ width: 100;
+ height: 100;
+ border-radius: 20;
+ border-width: 30;
+ border-color: gray;
+}
+
+.six {
+ width: 100;
+ height: 50;
+ border-radius: 30;
+ border-width: 5;
+ border-color: gray;
+}
\ No newline at end of file
diff --git a/apps/ui-tests-app/image-view/rounded-images.xml b/apps/ui-tests-app/image-view/rounded-images.xml
new file mode 100644
index 000000000..50a40066e
--- /dev/null
+++ b/apps/ui-tests-app/image-view/rounded-images.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/apps/ui-tests-app/mainPage.ts b/apps/ui-tests-app/mainPage.ts
index 50f2038f4..39dd6cb16 100644
--- a/apps/ui-tests-app/mainPage.ts
+++ b/apps/ui-tests-app/mainPage.ts
@@ -10,7 +10,7 @@ import trace = require("trace");
trace.enable();
trace.setCategories(trace.categories.Test);
-var list: string[] = ["pages", "layouts", "modal-view", "bindings", "dialogs", "web-view"];
+var list: string[] = ["pages", "layouts", "modal-view", "bindings", "dialogs", "web-view", "image-view"];
// basePath is auto-changed when building multiple apps
var basePath = "";