blob: 1a0cc4b58406f958caeaf185697aff41d26a0743 [file] [log] [blame]
<hmtl>
<body>
<embed type="application/vnd.npapi-test"
height="300"
width="100%"
name="set_title_in_set_window_and_paint"
id="1"
mode="np_embed"/>
</body>
<script>
function PluginCreated() {
window.document.title = "created";
return;
}
function PluginShown() {
window.document.title = "shown";
return;
}
</script>
</hmtl>