chromium/chrome/test/data/favicon/pushstate_with_manifest.html

<html>
<head>
<link rel="manifest" href="manifest.json"/>
<script>
window.onload = function() {
  setTimeout(function() {
    history.pushState("", "", "#pushState");
  }, 0);
}
</script>
</head>
</html>