blob: afcbb7a752dad05a12b0138780923845098fb6ef [file] [log] [blame]
<html>
<body>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<label id="label">Label: <input type=text onfocus="document.getElementById('output').innerHTML = 'THIS TEST HAS PASSED'"></label>
<div id="output">THIS TEST HAS FAILED</div>
<script>
document.getElementById('label').focus()
</script>
</body>
</html>