blob: 70eb7c538ee01b51494d30a95eb6d2b76b9d8977 [file] [log] [blame]
<!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>