Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 | 2 |
| 3 <html> | 3 <html> |
| 4 <head> | 4 <head> |
| 5 <meta charset="utf-8"> | 5 <meta charset="utf-8"> |
| 6 <title>cross_domain_iframe_script</title> | 6 <title>cross_domain_iframe_script</title> |
| 7 </head> | 7 </head> |
| 8 | 8 |
| 9 <body> | 9 <body> |
| 10 <script type="application/javascript"> | 10 <script type="application/javascript" |
| 11 window.parent.postMessage('foobar', '*'); | 11 src="/root_dart/tests/html/cross_domain_iframe_script.js"> |
| 12 </script> | 12 </script> |
| 13 </body> | 13 </body> |
| 14 </html> | 14 </html> |
| OLD | NEW |