chromium/third_party/blink/web_tests/fast/history/history-back-within-subframe-hash.html

<body>
<script>
onload = function() {
  if (window.testRunner) {
    testRunner.dumpAsText();
    testRunner.waitUntilDone();
  }
}
</script>
<iframe src="resources/history-back-within-subframe-hash-2.html"></iframe>
<div id="result">FAIL</div>
</body>