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