chromium/third_party/blink/web_tests/http/tests/navigation/resources/replacestate-base-pass.html

<html>
<head>
<script>
if (window.testRunner) {
    testRunner.dumpAsText();
    window.onload = function() {testRunner.notifyDone();};
}
</script>
</head>
<body>
PASS: Navigation relative to base element.
</body>
</html>