Chromium Code Reviews| Index: ios/testing/data/http_server_files/state_operations.html |
| diff --git a/ios/testing/data/http_server_files/state_operations.html b/ios/testing/data/http_server_files/state_operations.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..12824eeb0dc91843c446dde7733b5bbd0b1a4908 |
| --- /dev/null |
| +++ b/ios/testing/data/http_server_files/state_operations.html |
| @@ -0,0 +1,27 @@ |
| +<!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 State Operations</title> |
| +<script type="text/javascript" src="state_operations.js"></script> |
| +</head> |
| +<body> |
| +<p></p> |
|
Eugene But (OOO till 7-30)
2017/01/20 21:55:04
Add indentation?
kkhorimoto
2017/01/21 01:38:24
Done.
|
| +<div id='on-load'></div> |
| +<br> |
| +<div id='no-op'></div> |
| +<br> |
| +</p> |
| + |
| +<input type="button" value="push-state" id="push-state" |
| + onclick="pushStateAction()" /><br> |
| +<input type="button" value="replace-state" id="replace-state" |
| + onclick="replaceStateAction()" /><br> |
| + |
| +</body> |
| +</html> |