| <p>This test forces a plugin to snapshot immediately</p> | |
| <script> | |
| if (window.testRunner) { | |
| window.internals.settings.setPlugInSnapshottingEnabled(true); | |
| window.internals.settings.setMaximumPlugInSnapshotAttempts(0); | |
| testRunner.waitUntilDone(); | |
| setTimeout(function () { | |
| testRunner.notifyDone(); | |
| }, 500); | |
| } | |
| </script> | |
| <embed src="../resources/simple_blank.swf"></embed> |