- add sources.
[platform/framework/web/crosswalk.git] / src / chrome_frame / test / data / full_tab_get_mshtml.html
1 <html>
2   <head>
3     <title>FullTab mode GET test</title>
4   </head>
5
6   <script type="text/javascript" src="chrome_frame_tester_helpers.js"></script>
7
8   <script type="text/javascript">
9     function onLoad() {
10       if (isRunningInChrome()) {
11         location.href = "/quit?unexpectedly_running_in_chrome";
12       } else {
13         document.getElementById("clickme").click();
14       }
15     }
16   </script>
17
18   <body onload="onLoad();">
19     <a href="full_tab_get_target_cf.html" id="clickme">Click me!</a>
20   </body>
21 </html>