OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <!DOCTYPE html> | 2 <!DOCTYPE html> |
3 <html> | 3 <html> |
4 <head> | 4 <head> |
5 <script src="../../js-test-resources/js-test-pre.js"></script> | 5 <script src="../../js-test-resources/js-test.js"></script> |
6 </head> | 6 </head> |
7 <body> | 7 <body> |
8 The path assignment test redirected successfully. Checking path... | 8 The path assignment test redirected successfully. Checking path... |
9 | 9 |
10 <p id="description"></p> | 10 <p id="description"></p> |
11 <div id="console"></div> | 11 <div id="console"></div> |
12 | 12 |
13 | 13 |
14 <script> | 14 <script> |
15 shouldBe("location.pathname", "'/uri/resources/assign-path-landing.html'"); | 15 shouldBe("location.pathname", "'/uri/resources/assign-path-landing.html'"); |
16 </script> | 16 </script> |
17 | 17 |
18 <script> | 18 <script> |
19 if (window.testRunner) | 19 if (window.testRunner) |
20 testRunner.notifyDone(); | 20 testRunner.notifyDone(); |
21 </script> | 21 </script> |
22 | 22 |
OLD | NEW |