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