<!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> |