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
Fix SetShape (SetAlphaShape) to allow Null regions (+ tests).
[chromium-blink-merge.git]
/
chrome
/
test
/
data
/
plugin_delete_self_at_load.html
blob
50805a25e4c8690ef330754ab8f24993b7a64f44
1
<html>
2
<head>
3
<script>
4
function
PluginCreated
() {
5
document
.
body
.
innerHTML
=
''
;
6
document
.
title
=
"OK"
;
7
}
8
</script>
9
</head>
10
<body>
11
<embed
type
=
"application/vnd.npapi-test"
12
src
=
"foo"
13
name
=
"invoke_js_function_on_create"
14
id
=
"plugin"
15
mode
=
"np_embed"
>
16
</embed>
17
</body>
18
</html>