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

Side by Side Diff: utils/tip/froggertest.html

Issue 9537001: Generate dart:html bindings for Dartium as well as Frog. All unittests now pass (or are disabled fo… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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
1 <html> <head><title>Frogger Test</title></head> 1 <html> <head><title>Frogger Test</title></head>
2 <body> 2 <body>
3 <script type="application/javascript" 3 <script type="application/javascript"
4 src="../../client/testing/unittest/test_controller.js"></script> 4 src="../../client/testing/unittest/test_controller.js"></script>
5 <script type="application/dart"> 5 <script type="application/dart">
6 #import('dart:dom'); 6 #import('dart:dom');
7 #import('../../client/testing/unittest/unittest.dart'); 7 #import('../../client/testing/unittest/unittest_dom.dart');
8 8
9 void main() { 9 void main() {
10 test('MathTest', () { Expect.equals(2, 1 + 1); }); 10 test('MathTest', () { Expect.equals(2, 1 + 1); });
11 test('BoolTest', () { Expect.notEquals(true, false); }); 11 test('BoolTest', () { Expect.notEquals(true, false); });
12 } 12 }
13 </script> 13 </script>
14 14
15 <iframe src="tip.html" style="visibility:hidden;display:none"></iframe> 15 <iframe src="tip.html" style="visibility:hidden;display:none"></iframe>
16 </body> 16 </body>
17 </html> 17 </html>
OLDNEW
« tools/testing/dart/test_suite.dart ('K') | « tools/testing/dart/test_suite.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698