Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / security / resources / cross-frame-iframe-for-enumeration-test.html
blob3703f6795eba83408c4dc8f3d9d29a524107299f
1 <script>
2 window.customWindowProperty = 1;
3 window.history.customHistoryProperty = 1;
4 window.location.customLocationProperty = 1;
6 window.onload = function()
8 window.parent.postMessage('ready', '*');
10 </script>