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

Side by Side Diff: test/eval_tests.html

Issue 17553018: Initial stream support (Closed) Base URL: https://github.com/dart-lang/fancy-syntax.git@master
Patch Set: address review comments Created 7 years, 6 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
« no previous file with comments | « test/all_tests.html ('k') | no next file » | 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 Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3 Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
4 for details. All rights reserved. Use of this source code is governed by a 4 for details. All rights reserved. Use of this source code is governed by a
5 BSD-style license that can be found in the LICENSE file. 5 BSD-style license that can be found in the LICENSE file.
6 --> 6 -->
7 7
8 <html> 8 <html>
9 <head> 9 <head>
10 <title>all tests</title> 10 <title>all tests</title>
11 </head> 11 </head>
12 12
13 <body> 13 <body>
14 <p id="text"></p> 14 <p id="text"></p>
15 <script type="application/dart" src="eval_test.dart"></script> 15 <script type="application/dart" src="eval_test.dart"></script>
16 <!-- for this next line to work, your pubspec.yaml file must have a dependen cy on 'browser' --> 16 <!-- for this next line to work, your pubspec.yaml file must have a dependen cy on 'browser' -->
17 <script src="packages/browser/dart.js"></script> 17 <script src="packages/browser/dart.js"></script>
18 </body> 18 </body>
19 </html> 19 </html>
OLDNEW
« no previous file with comments | « test/all_tests.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698