commit-queue@webkit.org | 5fa0b77 | 2012-09-04 18:58:19 +0000 | [diff] [blame] | 1 | <script> |
| 2 | if (window.testRunner) |
| 3 | testRunner.dumpAsText(); |
| 4 | </script> |
| 5 | This test passes if the activeElement is the input element rather than the body |
| 6 | (which it would be if the sandbox didn't allow autofocus although allow-scripts flag is set). |
fred.wang@free.fr | d6e8274 | 2017-08-25 17:28:53 +0000 | [diff] [blame] | 7 | <iframe sandbox="allow-scripts allow-modals" |
akling@apple.com | 35bb9a8 | 2014-11-19 00:20:07 +0000 | [diff] [blame] | 8 | src="data:text/html,<input autofocus onfocus><script>window.onload = function() { alert(document.activeElement.tagName) }</script>"></iframe> |