diff --git a/test/assets/www/cordova_plugins.js b/test/assets/www/cordova_plugins.js
new file mode 100644
index 00000000..f23dd64d
--- /dev/null
+++ b/test/assets/www/cordova_plugins.js
@@ -0,0 +1,11 @@
+cordova.define('cordova/plugin_list', function(require, exports, module) {
+module.exports = [
+ {
+ "file": "plugins/org.apache.cordova.device/www/device.js",
+ "id": "org.apache.cordova.device.device",
+ "clobbers": [
+ "device"
+ ]
+ }
+]
+});
\ No newline at end of file
diff --git a/test/assets/www/index.html b/test/assets/www/index.html
index 13f08251..590b5939 100755
--- a/test/assets/www/index.html
+++ b/test/assets/www/index.html
@@ -47,22 +47,22 @@
Run each of the test activities below:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+