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