tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / history / forward-during-load.html
1 <html>
2 <head>
3 <script>
4 if (window.layoutTestController)
5     layoutTestController.dumpAsText();
6 history.forward();
7 </script>
8 </head>
9 <body>
10 PASS Calling history.forward() above shouldn't prevent the rest of the page from loading.
11 </body>
12 </html>