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