Sign in
webkit
/
WebKit
/
b387ed984cfa86e07321d6d915fc6d801afbcecc
/
.
/
LayoutTests
/
http
/
tests
/
navigation
/
location-href-set-adds-history-item.html
blob: 526a5f541675e6162fe7e82253f5b4fbc2e7d645 [
file
] [
log
] [
blame
]
<p>
This page dumps the back/forward list that results from setting window.location.href
</p>
<script
src
=
"resources/document-location.js"
></script>
<script>
window
.
onload
=
start
;
function
runTest
()
{
location
.
href
=
location
+
"?1"
;
}
</script>