<!DOCTYPE html> | |
<html> | |
<body> | |
<script src="keyboard-events-test.js"></script> | |
<script> | |
console.log("Finished navigating to resources/keyboard-events-after-navigation.html."); | |
console.log("Trusted events should be logged and the input element should have the value \"acd\"."); | |
runTest(window); | |
testRunner.notifyDone(); | |
</script> | |
</body> | |
</html> |