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
Parse and histogram LevelDB corruption errors.
[chromium-blink-merge.git]
/
third_party
/
webdriver
/
test_data
/
document_write_in_onload.html
blob
a15fc479ea91637758db776f97612b856104633f
1
<html>
2
<head>
3
<title>
Document Write In Onload
</title>
4
<script>
5
function
init
() {
6
document
.
writeln
(
'goodbye, world!'
);
7
}
8
</script>
9
</head>
10
<body
onload
=
"init();"
>
11
<p>
hello world
</p>
12
</body>
13
</html>