blob: 7c319f2629f4138c068cc2f64d1f9ae7dd66e3c3 [file] [log] [blame]
<p>This test's dominant plugin should play automatically</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" width="600" height="600"></embed>