chromium/third_party/blink/web_tests/http/tests/uri/assign-path-with-leading-slash.html

<!DOCTYPE html>
<body>
This test should redirect to a landing page with no doubled slashes in the path.

<script>
if (window.testRunner) {
    testRunner.dumpAsText();
    testRunner.waitUntilDone();
}
</script>

<script>
location.pathname="/uri/resources/assign-path-landing.html";
</script>