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

Side by Side Diff: LayoutTests/dart/resources/pong.html

Issue 9188009: Things to unfork. (Closed) Base URL: svn://svn.chromium.org/multivm/trunk/webkit
Patch Set: Created 8 years, 11 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
OLDNEW
(Empty)
1 <script type=application/dart>
2 #import('dart:dom');
3
4 void main() {
5 window.addEventListener(
6 'message',
7 (Event event) => event.source.postMessage('echo: ${event.data}', event.origi n),
8 false);
9 }
10 </script>
11
12 <script>
13 // Fake script to trigger Dart execution.
14 </script>
OLDNEW
« no previous file with comments | « LayoutTests/dart/html/XHR-expected.txt ('k') | LayoutTests/dart/security/cross-frame-access.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698