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
/
ManualTests
/
resources
/
will-go-back.html
blob
5d09ba39d27c2eb03f369d00cad9f661c33f69a9
1
<html>
2
<script>
3
function
goBack
() {
4
history
.
back
();
5
}
6
</script>
7
8
<body
onload
=
"if (!window.layoutTestController) goBack();"
>
9
If you can go back using the history : test has succeed.
10
</body>
11
</html>