| Index: LayoutTests/http/tests/security/host-compare-case-insensitive.html
|
| diff --git a/LayoutTests/http/tests/security/host-compare-case-insensitive.html b/LayoutTests/http/tests/security/host-compare-case-insensitive.html
|
| index d57b801c52bc8ef57c0e4c92fdfd14f25e69adcd..11d1a62705077bf18b418226804e8556532e4cb2 100644
|
| --- a/LayoutTests/http/tests/security/host-compare-case-insensitive.html
|
| +++ b/LayoutTests/http/tests/security/host-compare-case-insensitive.html
|
| @@ -6,6 +6,11 @@
|
| testRunner.dumpChildFramesAsText();
|
| testRunner.waitUntilDone();
|
| }
|
| +
|
| + window.onload = function ()
|
| + {
|
| + window.frames[1].postMessage('run test', '*');
|
| + };
|
| </script>
|
| </head>
|
| <body>
|
|
|