| Index: content/test/data/post_message.html
|
| diff --git a/content/test/data/post_message.html b/content/test/data/post_message.html
|
| index f20ca5675367b83d24b6c446e47002ce7f00e804..11fdbefc7b640e82e3748dc43e99227e69f5ca7d 100644
|
| --- a/content/test/data/post_message.html
|
| +++ b/content/test/data/post_message.html
|
| @@ -20,6 +20,12 @@
|
| return true;
|
| }
|
|
|
| + // Send a message to our parent's opener.
|
| + function postToOpenerOfSibling(siblingName, msg, origin) {
|
| + parent.frames[siblingName].opener.postMessage(msg, origin);
|
| + return true;
|
| + }
|
| +
|
| // Send a message to a window named "foo".
|
| function postToFoo(msg) {
|
| var w = window.open("", "foo");
|
|
|