| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <script type="application/javascript" src="../../../../dart/pkg/unittest/test_co
ntroller.js"></script> | 3 <script type="application/javascript" src="../../../../dart/pkg/unittest/lib/tes
t_controller.js"></script> |
| 4 </head> | 4 </head> |
| 5 <body> | 5 <body> |
| 6 | 6 |
| 7 <script type="application/dart"> | 7 <script type="application/dart"> |
| 8 import 'dart:html'; | 8 import 'dart:html'; |
| 9 import 'dart:json'; | 9 import 'dart:json'; |
| 10 import '../../../../dart/pkg/unittest/lib/unittest.dart'; | 10 import '../../../../dart/pkg/unittest/lib/unittest.dart'; |
| 11 import '../../../../dart/pkg/unittest/lib/html_config.dart'; | 11 import '../../../../dart/pkg/unittest/lib/html_config.dart'; |
| 12 import 'Multiscript.dart'; | 12 import 'Multiscript.dart'; |
| 13 main() { | 13 main() { |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 main() { | 49 main() { |
| 50 State.s = 100; | 50 State.s = 100; |
| 51 onStart((m) { | 51 onStart((m) { |
| 52 State.update(); | 52 State.update(); |
| 53 checkEventDelivery(3, 102); | 53 checkEventDelivery(3, 102); |
| 54 }); | 54 }); |
| 55 } | 55 } |
| 56 </script> | 56 </script> |
| 57 </body> | 57 </body> |
| 58 </html> | 58 </html> |
| OLD | NEW |