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