You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by be...@apache.org on 2013/01/28 21:42:09 UTC

spec commit: Added inAppBrowser test helper

Updated Branches:
  refs/heads/master 44205c4c4 -> e3c14ed9c


Added inAppBrowser test helper

Added a note and superscript * on titles of tests that when running in iOS will leave the app with no way back. Just a helper so I don't have to think when running the tests!


Project: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/commit/e3c14ed9
Tree: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/tree/e3c14ed9
Diff: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/diff/e3c14ed9

Branch: refs/heads/master
Commit: e3c14ed9c31aa5e4d080713c8332245fe8cfd36d
Parents: 44205c4
Author: Becky Gibson <be...@apache.org>
Authored: Mon Jan 28 15:38:40 2013 -0500
Committer: Becky Gibson <be...@apache.org>
Committed: Mon Jan 28 15:38:40 2013 -0500

----------------------------------------------------------------------
 inappbrowser/index.html |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/blob/e3c14ed9/inappbrowser/index.html
----------------------------------------------------------------------
diff --git a/inappbrowser/index.html b/inappbrowser/index.html
index 6a6d71e..4c64eaf 100644
--- a/inappbrowser/index.html
+++ b/inappbrowser/index.html
@@ -61,8 +61,8 @@
   
     <h1>InAppBrowser</h1>
     <div id="info">
-        Make sure http://www.google.com is white listed
-        Make sure http://www.apple.com is not in the white list
+        Make sure http://www.google.com is white listed. </br>
+        Make sure http://www.apple.com is not in the white list.</br>  In iOS, starred <span style="vertial-align:super">*</span> tests will leave the app with no way to return.  </br>
         <h4>User-Agent: <span id="user-agent"> </span></h4>
     </div>
     <div onclick="backHome();">Back</div>
@@ -74,8 +74,8 @@
     <div class="btn large" onclick="window.open('local.html', 'random_string');">Target=Random: InAppBrowser</div>
     <div class="btn large" onclick="window.open('local.html', 'random_string', 'location=no');">Target=Random, no location bar: InAppBrowser</div>
     <h1>White Listed URL</h1>
-    <div class="btn large" onclick="window.open('http://www.google.com');">Default: CordovaWebView</div>
-    <div class="btn large" onclick="window.open('http://www.google.com', '_self');">Target=Self: CordovaWebView</div>
+    <div class="btn large" onclick="window.open('http://www.google.com');">Default: CordovaWebView<span style="vertical-align:super">*</span></div>
+    <div class="btn large" onclick="window.open('http://www.google.com', '_self');">Target=Self: CordovaWebView<span style="vertical-align:super">*</span></div>
     <div class="btn large" onclick="window.open('http://www.google.com', '_system');">Target=System: System Browser</div>
     <div class="btn large" onclick="window.open('http://www.google.com', '_blank');">Target=Blank: InAppBrowser</div>
     <div class="btn large" onclick="window.open('http://www.google.com', 'random_string');">Target=Random: InAppBrowser</div>