chromium/third_party/blink/web_tests/fast/loader/history-forward-in-head.html

<html>
<head>
<script>
if (window.testRunner)
    testRunner.dumpAsText();
    
history.forward();
</script>
</head>
<body>
http://webkit.org/b/30424 and &lt;rdar://problem/7308952&gt; - REGRESSION (r48687) - Some pages appear blank.<br>
If you can see this, the page loaded fine and the bug is fixed.
</body>
</html>