blob: 8a2bdc6a252fbd556f59c62316b843fd6b8ea0a5 [file] [log] [blame]
<script>
document.addEventListener("webkitvisibilitychange", function(event) {
// Send a signal to the test controller via alert.
alert('webkitvisibilitychange');
});
</script>