| Index: dart/tests/html/cross_domain_iframe_script.html
|
| diff --git a/dart/tests/html/cross_domain_iframe_script.html b/dart/tests/html/cross_domain_iframe_script.html
|
| index f57be2adfbbd3cb4f17319eee26e9f6b8e1b00c1..9b8ce84c1b44d169747420687d0870b6061aea9f 100644
|
| --- a/dart/tests/html/cross_domain_iframe_script.html
|
| +++ b/dart/tests/html/cross_domain_iframe_script.html
|
| @@ -7,8 +7,8 @@
|
| </head>
|
|
|
| <body>
|
| - <script type="application/javascript">
|
| - window.parent.postMessage('foobar', '*');
|
| + <script type="application/javascript"
|
| + src="/root_dart/tests/html/cross_domain_iframe_script.js">
|
| </script>
|
| </body>
|
| </html>
|
|
|