tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / http / tests / uri / resources / assign-path-landing.html
1 <!DOCTYPE html>
2 <!DOCTYPE html>
3 <html>
4 <head>
5   <script src="../../js-test-resources/js-test-pre.js"></script>
6 </head>
7 <body>
8 The path assignment test redirected successfully. Checking path...
9
10 <p id="description"></p>
11 <div id="console"></div>
12
13
14 <script>
15 shouldBe("location.pathname", "'/uri/resources/assign-path-landing.html'");
16 </script>
17
18 <script>
19 if (window.layoutTestController)
20     layoutTestController.notifyDone();
21 </script>
22