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
/
window-open-adds-history-item2.html
blob
ae808709e9a1127d42a710248d8b5b3c8f872849
1
<p>
This page dumps the back/forward list that results from calling window.open targeted at _top
</p>
2
<script
src
=
"resources/document-location.js"
></script>
3
<script>
4
window
.
onload
=
start
;
5
6
function
runTest
()
7
{
8
window
.
open
(
window
.
location
+
"?1"
,
"_top"
);
9
}
10
</script>