blob: 3329a9d122a1799646f184768287be848331d8dc [file] [log] [blame]
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<head>
<script src="../../js-test-resources/js-test.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>