Index: LayoutTests/http/tests/security/resources/cross-frame-iframe-for-location-get-test.html |
diff --git a/LayoutTests/http/tests/security/resources/cross-frame-iframe-for-location-get-test.html b/LayoutTests/http/tests/security/resources/cross-frame-iframe-for-location-get-test.html |
index fa118271472ea33f914244708aaf589f77214348..f232307f8dc367f31c7c1dcd6674ed21f1b33f37 100644 |
--- a/LayoutTests/http/tests/security/resources/cross-frame-iframe-for-location-get-test.html |
+++ b/LayoutTests/http/tests/security/resources/cross-frame-iframe-for-location-get-test.html |
@@ -6,8 +6,7 @@ |
window.onload = function() |
{ |
- if (window.testRunner) |
- testRunner.globalFlag = true; |
+ window.parent.postMessage('ready', '*'); |
} |
</script> |
</head> |