blob: 145b1ae9887df427dda8d9682877102366a94382 [file] [log] [blame]
<!DOCTYPE html>
<body>
This test should redirect to a landing page with a success result. If
it fails to redirect, or redirects to an error page, then there is a bug.
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
</script>
<script>
location.pathname="uri/resources/assign-path-landing.html";
</script>