| Index: ios/testing/data/http_server_files/history_go.html
|
| diff --git a/ios/testing/data/http_server_files/history_go.html b/ios/testing/data/http_server_files/history_go.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..050a07dd150d0ae8e1b7daf41ecc67b7f558c1ea
|
| --- /dev/null
|
| +++ b/ios/testing/data/http_server_files/history_go.html
|
| @@ -0,0 +1,36 @@
|
| +<!DOCTYPE html>
|
| +
|
| +<!-- Copyright 2016 The Chromium Authors. All rights reserved.
|
| +Use of this source code is governed by a BSD-style license that can be
|
| +found in the LICENSE file. -->
|
| +
|
| +<html>
|
| +<head>
|
| +<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
| +<title>History navigation</title>
|
| +<script type="text/javascript" src="history_go.js"></script>
|
| +</head>
|
| +<body>
|
| +<p></p>
|
| +<div id='on-load-div'></div>
|
| +<br>
|
| +<div id='no-op-div'></div>
|
| +<br>
|
| +<div id='pop-state-received-div'></div>
|
| +<br>
|
| +<div id='state-object-div'></div>
|
| +<br>
|
| +<div id='hash-change-received-div'></div>
|
| +</p>
|
| +
|
| +<input type="button" value="go-no-parameter" id="go-no-parameter"
|
| + onclick="goNoParameter()" /><br>
|
| +<input type="button" value="go-zero" id="go-zero"
|
| + onclick="goZero()" /><br>
|
| +<input type="button" value="go-2" id="go-2"
|
| + onclick="go2()" /><br>
|
| +<input type="button" value="go-back-2" id="go-back-2"
|
| + onclick="goBack2()" /><br>
|
| +
|
| +</body>
|
| +</html>
|
|
|