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
Unregister from GCM when the only GCM app is removed
[chromium-blink-merge.git]
/
chrome
/
test
/
data
/
javaScriptTitle.html
blob
31d1560886a5fceff453279b032b2f2cb7336370
1
<html>
2
<head>
3
<script
language
=
"JavaScript"
>
4
function
message
()
5
{
6
document
.
title
=
"Title from script javascript enabled"
;
7
}
8
</script>
9
<title>
This is html title
</title></head>
10
11
<body
onload
=
"message()"
></body>
12
</html>