Merge pull request #1911 from NativeScript/ui-tests-app

Update ui-tests-app
This commit is contained in:
Vasil Chimev
2016-04-08 03:04:45 -07:00
2 changed files with 9 additions and 0 deletions

View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@@ -1,6 +1,15 @@
<Page>
<StackLayout orientation="vertical">
<!-- WebView: local and string -->
<WebView src="~/web-view/test.html" height="50" />
<WebView src="&lt;html&gt;&lt;body&gt;&lt;img src='./pages/test2.png'&gt;&lt;/img&gt;&lt;/body&gt;&lt;/html&gt;" height="75" />
<!-- Resources: png and jpg -->
<WrapLayout>
<Image src="res://icon" stretch ="none" />
<Image src="res://logo" stretch ="none" />
</WrapLayout>
</StackLayout>
</Page>