blob: b38bacd8ba1cbf6dd9d83b7a400c693db46e388a [file] [log] [blame]
<!DOCTYPE html>
<!--
Copyright 2016 The Chromium Authors
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.Location navigation</title>
<script type="text/javascript" src="window_location.js"></script>
</head>
<body>
<p></p>
<div id='on-load-div'></div>
<br>
<div id='url-to-load'></div>
<br>
<div id='no-op'></div>
<br>
</p>
<input type="button" value="location-assign" id="location-assign"
onclick="locationAssign()" /><br>
<input type="button" value="location-replace" id="location-replace"
onclick="locationReplace()" /><br>
<input type="button" value="location-reload" id="location-reload"
onclick="locationReload()" /><br>
<input type="button" value="set-location-to-dom-string" id="set-location-to-dom-string"
onclick="setLocationToDOMString()" /><br>
</body>
</html>