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
add a use_alsa gyp setting
[chromium-blink-merge.git]
/
content
/
test
/
data
/
browser_plugin_title_change.html
blob
0ad78e8ac8805045fdf8710035bccfa0eda48d88
1
<html>
2
<head>
3
<script
type
=
"text/javascript"
>
4
function
SetTitle
(
title
) {
5
document
.
title
=
title
;
6
}
7
</script>
8
</head>
9
<body>
10
<script>
SetTitle
(
'done'
);
</script>
11
</body>
12
</html>