blob: 98e98d6338bcc64d28ccb0039d266db66e7011b4 [file] [log] [blame]
<p>This test forces a plugin to snapshot immediately</p>
<div id="result">FAIL</div>
<script>
if (window.testRunner) {
internals.settings.setPlugInSnapshottingEnabled(true);
internals.settings.setMaximumPlugInSnapshotAttempts(0);
testRunner.waitUntilDone();
testRunner.dumpAsText();
setTimeout(function () {
var result = document.getElementById("result");
var embed = document.getElementById("plugin");
if (internals.isPluginSnapshotted(embed))
result.innerHTML = "PASS";
testRunner.notifyDone();
}, 1000);
}
</script>
<embed id="plugin" src="../resources/orange.mov"></embed>