Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / resources / suspend-subframe-1.html
blobe1ba8eacf41e0ed49d4c2bc2c96fe26ad0654f70
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script>
5 function test() {
6 window.top.console.log('Timeout in subframe-1 created');
7 setTimeout(function() {
8 alert('Timeout created in subframe-1.html fired');
9 }, 50);
11 </script>
12 </head>
13 <body>
14 I am subframe-1.html
15 </body>
16 </html>