haikuwebkit/LayoutTests/fast/loader/history-forward-in-head.html

15 lines
318 B
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>