Upstream version 10.38.222.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / security / resources / cross-frame-iframe-for-history-get-test.html
1 <html>
2 <head>
3     <script>
4         window.history.existingCustomProperty = 1; 
5         window.history.__proto__.prototypeCustomProperty = 1; 
6
7         window.onload = function()
8         {
9             if (window.testRunner)
10                 testRunner.globalFlag = true;
11         }
12     </script>
13 </head>
14 <body>
15 </body>
16 </html>