chromium/third_party/blink/web_tests/http/tests/navigation/location-href-set-adds-history-item.html

<p>This page dumps the back/forward list that results from setting window.location.href</p>
<script src="resources/document-location.js"></script>
<script>
window.onload = start;

function runTest()
{
    location.href = location + "?1";
}
</script>