Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(544)

Side by Side Diff: dart/tests/html/cross_domain_iframe_script.html

Issue 412143004: html/cross_domain_iframe_test: Use external JS file, inline JS not possible in csp mode (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | dart/tests/html/cross_domain_iframe_script.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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>
OLDNEW
« no previous file with comments | « no previous file | dart/tests/html/cross_domain_iframe_script.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698