blob: 0791fa686bd03088b42480b570ddbbb27da10822 [file] [log] [blame]
<!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>
<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>