Chromium Code Reviews| Index: dart/tests/html/cross_domain_iframe_script.js |
| diff --git a/dart/tests/html/cross_domain_iframe_script.js b/dart/tests/html/cross_domain_iframe_script.js |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..9dcdc755a4716d64704a7b82edc513d54196a125 |
| --- /dev/null |
| +++ b/dart/tests/html/cross_domain_iframe_script.js |
| @@ -0,0 +1 @@ |
| +window.parent.postMessage('foobar', '*'); |