Fix web-view test page.

This commit is contained in:
Vasil Chimev
2015-10-28 15:42:30 +02:00
parent 580e80b4c1
commit 875ec3e277

View File

@@ -1,6 +1,6 @@
<Page>
<Page>
<StackLayout orientation="vertical">
<WebView src="~/ui-tests-app/web-view/test.html" height="50" />
<WebView src="&lt;html&gt;&lt;body&gt;&lt;img src='~/ui-tests-app/pages/test2.png'&gt;&lt;/img&gt;&lt;/body&gt;&lt;/html&gt;" height="75" />
<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" />
</StackLayout>
</Page>
</Page>