Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / loader / history-forward-in-head.html
blobbba83238bc09ed896ed5512e08435db902836f79
1 <html>
2 <head>
3 <script>
4 if (window.testRunner)
5 testRunner.dumpAsText();
7 history.forward();
8 </script>
9 </head>
10 <body>
11 http://webkit.org/b/30424 and &lt;rdar://problem/7308952&gt; - REGRESSION (r48687) - Some pages appear blank.<br>
12 If you can see this, the page loaded fine and the bug is fixed.
13 </body>
14 </html>