| Index: LayoutTests/http/tests/security/resources/cross-frame-access-get-custom-property-cached-iframe.html
|
| diff --git a/LayoutTests/http/tests/security/resources/cross-frame-access-get-custom-property-cached-iframe.html b/LayoutTests/http/tests/security/resources/cross-frame-access-get-custom-property-cached-iframe.html
|
| index 23d1a8004b82ce6c7a5e1486c5d679a6fac52d48..ae6e8e2c5958f9bbe9491982823352cbc09d7f51 100644
|
| --- a/LayoutTests/http/tests/security/resources/cross-frame-access-get-custom-property-cached-iframe.html
|
| +++ b/LayoutTests/http/tests/security/resources/cross-frame-access-get-custom-property-cached-iframe.html
|
| @@ -5,8 +5,7 @@
|
|
|
| window.onload = function()
|
| {
|
| - if (window.testRunner)
|
| - testRunner.globalFlag = true;
|
| + window.parent.postMessage('ready', '*');
|
| }
|
| </script>
|
| </head>
|
|
|