mirror of
https://github.com/apache/cordova-android.git
synced 2026-05-30 00:00:04 +08:00
[CB-574] Added backbutton automated unit test for android.
This commit is contained in:
@@ -35,7 +35,6 @@ $
|
||||
<h4>Page 3</h4>
|
||||
Press the 3 buttons below. You should stay on same page.<br>
|
||||
Press "backbutton" 4 times. This will go back to #test3, #test2, #test1, then return to previous Page 2.<br>
|
||||
(NOTE: IS THIS CORRECT BEHAVIOR?)
|
||||
</div>
|
||||
<a href="sample3.html#test1" class="btn large">page3#test1</a>
|
||||
<a href="sample3.html#test2" class="btn large">page3#test2</a>
|
||||
|
||||
Vendored
+2
-2
@@ -17,5 +17,5 @@
|
||||
under the License.
|
||||
*/
|
||||
|
||||
document.write('<script type="text/javascript" charset="utf-8" src="../cordova-1.7.0.js"></script>');
|
||||
document.write('<script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>');
|
||||
document.write('<script type="text/javascript" charset="utf-8" src="../cordova.android.js"></script>');
|
||||
document.write('<script type="text/javascript" charset="utf-8" src="cordova.android.js"></script>');
|
||||
|
||||
Reference in New Issue
Block a user