| OLD | NEW |
| 1 library dromaeo; | 1 library dromaeo; |
| 2 import 'dart:async'; |
| 2 import 'dart:html'; | 3 import 'dart:html'; |
| 3 import '../common/common.dart'; | 4 import '../common/common.dart'; |
| 4 import 'dart:json' as json; | 5 import 'dart:json' as json; |
| 5 import 'dart:math' as Math; | 6 import 'dart:math' as Math; |
| 6 part 'Common.dart'; | 7 part 'Common.dart'; |
| 7 part 'RunnerSuite.dart'; | 8 part 'RunnerSuite.dart'; |
| 8 | 9 |
| 9 void main() { | 10 void main() { |
| 10 final int num = 40; | 11 final int num = 40; |
| 11 | 12 |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 96 for (int i = 0; i < num * 20; i++) { | 97 for (int i = 0; i < num * 20; i++) { |
| 97 ret = document.$dom_getElementsByName('test').length == 0; | 98 ret = document.$dom_getElementsByName('test').length == 0; |
| 98 ret = document.$dom_getElementsByName('test').length == 0; | 99 ret = document.$dom_getElementsByName('test').length == 0; |
| 99 ret = document.$dom_getElementsByName('test').length == 0; | 100 ret = document.$dom_getElementsByName('test').length == 0; |
| 100 ret = document.$dom_getElementsByName('test').length == 0; | 101 ret = document.$dom_getElementsByName('test').length == 0; |
| 101 ret = document.$dom_getElementsByName('test').length == 0; | 102 ret = document.$dom_getElementsByName('test').length == 0; |
| 102 } | 103 } |
| 103 }) | 104 }) |
| 104 .end(); | 105 .end(); |
| 105 } | 106 } |
| OLD | NEW |