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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | dart/tests/html/cross_domain_iframe_script.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« 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