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
/
fast
/
dom
/
location-assign.html
blob
8371f0eed3cd38927324c137daf8fc9d9e097251
1
<html>
2
<script>
3
if
(
window
.
testRunner
) {
4
testRunner
.
waitUntilDone
();
5
testRunner
.
dumpAsText
();
6
}
7
8
function
runTests
() {
9
window
.
location
.
assign
(
'resources/new-location.html'
);
10
}
11
</script>
12
<body
onload
=
"runTests();"
>
13
FAIL
14
</body>
15
</html>