blob: e1ba8eacf41e0ed49d4c2bc2c96fe26ad0654f70 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function test() {
window.top.console.log('Timeout in subframe-1 created');
setTimeout(function() {
alert('Timeout created in subframe-1.html fired');
}, 50);
}
</script>
</head>
<body>
I am subframe-1.html
</body>
</html>