Upstream version 10.38.222.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / security / resources / innocent-victim-with-notify.html
1 <html>
2 <head>
3     <script>
4         onload = function()
5         {
6             if (window.testRunner)
7                 testRunner.globalFlag = true;
8         }
9     </script>
10 </head>
11 <body>
12 This page doesn't do anything special (except signal that it has finished loading).
13 </body>
14 </html>