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
/
resources
/
test-successful-destination.html
blob
b497c15f4acfac4124a74d8334c343ffe40ae308
1
<html>
2
<head></head>
3
<body
onload
=
"done()"
>
4
If this page appears without a crash, the test has passed.
5
<script>
6
function
done
() {
7
if
(
window
.
testRunner
)
8
testRunner
.
notifyDone
();
9
}
10
</script>
11
</body></html>