chromium/third_party/blink/web_tests/fast/history/resources/history-subframe-with-name-2.html

<body onload="runTest()">
<script> 
  function runTest()
  {
      parent.opener.onFrameLoaded(2);
      // Make sure we generate a history entry
      setTimeout(function() {location.href = 'history-subframe-with-name-3.html';}, 0);
  }
</script>
FAIL: frame 2
</body>