diff --git a/apps/app/ui-tests-app/css/all-uniform-border.xml b/apps/app/ui-tests-app/css/all-uniform-border.xml
index 7c0202b45..902809803 100644
--- a/apps/app/ui-tests-app/css/all-uniform-border.xml
+++ b/apps/app/ui-tests-app/css/all-uniform-border.xml
@@ -11,20 +11,19 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tns-core-modules/ui/web-view/web-view-common.ts b/tns-core-modules/ui/web-view/web-view-common.ts
index e76ea39ab..57a3f2a1a 100644
--- a/tns-core-modules/ui/web-view/web-view-common.ts
+++ b/tns-core-modules/ui/web-view/web-view-common.ts
@@ -6,7 +6,7 @@ import { File, knownFolders, path } from "file-system";
export { File, knownFolders, path };
export * from "ui/core/view";
-export const srcProperty = new Property({ name: "url" });
+export const srcProperty = new Property({ name: "src" });
export abstract class WebViewBase extends View implements WebViewDefinition {
public static loadStartedEvent = "loadStarted";