<!DOCTYPE html> | |
<!DOCTYPE html> | |
<html> | |
<head> | |
<script src="../../js-test-resources/js-test-pre.js"></script> | |
</head> | |
<body> | |
The path assignment test redirected successfully. Checking path... | |
<p id="description"></p> | |
<div id="console"></div> | |
<script> | |
shouldBe("location.pathname", "'/uri/resources/assign-path-landing.html'"); | |
</script> | |
<script> | |
if (window.testRunner) | |
testRunner.notifyDone(); | |
</script> | |