| <a id='link' href="javascript:document.getElementById('plg').webkitRequestFullScreen()">go |
| There should only be one ALERT. If there were two, the plugin was reloaded |
| during the transition to fullscreen. |
| <embed id="plg" type="application/x-webkit-test-netscape" src="data:application/x-webkit-test-netscape,alertwhenloaded"></iframe> |
| testRunner.waitUntilDone(); |
| var plugin = document.getElementById('plg'); |
| plugin.addEventListener('webkitfullscreenchange', function () { |
| document.addEventListener('keydown', function () { |
| plugin.webkitRequestFullScreen(); |