repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
http
/
tests
/
navigation
/
location-href-set-adds-history-item.html
blob
526a5f541675e6162fe7e82253f5b4fbc2e7d645
1
<p>
This page dumps the back/forward list that results from setting window.location.href
</p>
2
<script
src
=
"resources/document-location.js"
></script>
3
<script>
4
window
.
onload
=
start
;
5
6
function
runTest
()
7
{
8
location
.
href
=
location
+
"?1"
;
9
}
10
</script>