Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / xmlhttprequest / resources / navigation-target.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4     <title>An navigation target, nothing more.</title>
5 </head>
6 <body>
7     <p>If this text shows up, you've successfully navigated to 'navigation-target.html'.</p>
8 </body>
9 <script>
10 if (window.testRunner)
11     testRunner.notifyDone();
12 </script>
13 </html>