CB-7133 fix up the tests for Android

- move the resources from /resources to /cdvtests/iab-resources
- change the url of the resources from absolute to relative
- explicitly set the background color of local.html to be white because it was inheriting black
- add the js to display the user-agent on the tests menu
- change the www.google.com URL from http to https to avoid an unexpected redirect
This commit is contained in:
Marcel Kinard
2014-08-27 15:56:46 -04:00
parent 81161ebe66
commit 4f957919c7
4 changed files with 18 additions and 13 deletions
+1 -1
View File
@@ -27,5 +27,5 @@
<js-module src="tests.js" name="tests">
</js-module>
<asset src="resources" target="resources" />
<asset src="resources" target="cdvtests/iab-resources" />
</plugin>