From 855a0e8ddc273b58066530a1b55a946021dfc56e Mon Sep 17 00:00:00 2001 From: PliablePixels Date: Wed, 24 Jun 2015 18:47:42 -0400 Subject: Cleaned up code, commented, preparing for HTTPS via CordovaHTTP --- .../test/autotest/pages/.DS_Store | Bin 0 -> 6148 bytes .../test/autotest/pages/file.html | 90 +++++++++++++++++++++ 2 files changed, 90 insertions(+) create mode 100644 plugins/org.apache.cordova.file/test/autotest/pages/.DS_Store create mode 100644 plugins/org.apache.cordova.file/test/autotest/pages/file.html (limited to 'plugins/org.apache.cordova.file/test/autotest/pages') diff --git a/plugins/org.apache.cordova.file/test/autotest/pages/.DS_Store b/plugins/org.apache.cordova.file/test/autotest/pages/.DS_Store new file mode 100644 index 00000000..5008ddfc Binary files /dev/null and b/plugins/org.apache.cordova.file/test/autotest/pages/.DS_Store differ diff --git a/plugins/org.apache.cordova.file/test/autotest/pages/file.html b/plugins/org.apache.cordova.file/test/autotest/pages/file.html new file mode 100644 index 00000000..d143c744 --- /dev/null +++ b/plugins/org.apache.cordova.file/test/autotest/pages/file.html @@ -0,0 +1,90 @@ + + + + + + + Cordova: File API Specs + + + + + + + + + + + + + + + + + + + + + + + + + + Back + + -- cgit v1.2.3