Chromium Code Reviews| 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..08ffe39cb6c4229b1e0eee9e195822adfd0a8edb |
| --- /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='onLoadDiv'></div> |
|
Eugene But (OOO till 7-30)
2016/12/09 23:02:16
on-load-div
https://engdoc.corp.google.com/eng/do
kkhorimoto
2016/12/13 00:29:10
Done.
|
| +<br> |
| +<div id='noOpDiv'></div> |
| +<br> |
| +<div id='popStateReceivedDiv'></div> |
| +<br> |
| +<div id='stateObjectDiv'></div> |
| +<br> |
| +<div id='hashChangeReceivedDiv'></div> |
| +</p> |
| + |
| +<input type="button" value="goNoParameter" id="goNoParameter" |
| + onclick="goNoParameter()" /><br> |
| +<input type="button" value="goZero" id="goZero" |
| + onclick="goZero()" /><br> |
| +<input type="button" value="go2" id="go2" |
| + onclick="go2()" /><br> |
| +<input type="button" value="goBack2" id="goBack2" |
| + onclick="goBack2()" /><br> |
| + |
| +</body> |
| +</html> |