blob: 0f94f7fef61c41ac6da0562d055809b871a7c75b [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="/js-test-resources/plugin.js"></script>
<script>
if (window.testRunner)
testRunner.dumpAsText();
function testPluginRemovedItself()
{
document.body.appendChild(document.createTextNode(document.getElementById("plugin") ? "FAIL" : "PASS"));
}
runAfterPluginLoad(testPluginRemovedItself, NotifyDone);
</script>
<meta http-equiv="Content-Security-Policy" content="default-src *">
</head>
<body>
<embed id="plugin" type="application/x-webkit-test-netscape" cleardocumentduringnew>
</body>
</html>