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
/
document-location-onload.html
blob
8a12e8eaa6cdad09951904faba081ca8f1b8856e
1
<html>
2
<head>
3
<script
src
=
"resources/document-location.js"
></script>
4
<script>
5
function
runTest
() {
6
setTimeout
(
'setLocation()'
,
0
);
7
}
8
</script>
9
</head>
10
<body
onload
=
"start()"
>
11
This tests that assigning to document.location from a timeout from the onload
12
handler adds a back/forward item.
13
</body>
14
</html>