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

Side by Side Diff: client/tests/client/html/html_tests.dart

Issue 8404013: Add constructors to all the event classes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 1 month 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 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 #library('layout_tests'); 5 #library('layout_tests');
6 6
7 #import('../../../base/base.dart'); 7 #import('../../../base/base.dart');
8 #import('../../../html/html.dart'); 8 #import('../../../html/html.dart');
9 #import('../../../testing/unittest/unittest.dart'); 9 #import('../../../testing/unittest/unittest.dart');
10 #import('../../../util/utilslib.dart'); 10 #import('../../../util/utilslib.dart');
11 11
12 // Ugly, temporary hack: this import disables implicit 12 // Ugly, temporary hack: this import disables implicit
13 // import of dart:dom by Dartium. 13 // import of dart:dom by Dartium.
14 #import('dart:html', prefix: 'no_use'); 14 #import('dart:html', prefix: 'no_use');
15 15
16 #source('CSSStyleDeclarationTests.dart'); 16 #source('CSSStyleDeclarationTests.dart');
17 #source('DocumentFragmentTests.dart'); 17 #source('DocumentFragmentTests.dart');
18 #source('EventTests.dart');
18 19
19 main() { 20 main() {
20 group('CSSStyleDeclaration', testCSSStyleDeclaration); 21 group('CSSStyleDeclaration', testCSSStyleDeclaration);
21 group('DocumentFragment', testDocumentFragment); 22 group('DocumentFragment', testDocumentFragment);
23 group('Event', testEvents);
22 } 24 }
OLDNEW
« client/tests/client/html/EventTests.dart ('K') | « client/tests/client/html/EventTests.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698