Fix video control rendering issue.
[framework/web/webkit-efl.git] / ManualTests / resources / empty-document-goes-back.html
1 <html>
2 <body>
3 <script>
4     document.body.offsetWidth;
5     setTimeout("window.history.back();", 0);
6 </script>
7 </body>
8 </html>