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

Side by Side Diff: dart/samples/third_party/dromaeo/tests/dom-query-html.dart

Issue 12207198: Revert "Reapply remove setTimeout, take 3." (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 10 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 library dromaeo; 1 library dromaeo;
2 import 'dart:async';
3 import 'dart:html'; 2 import 'dart:html';
4 import '../common/common.dart'; 3 import '../common/common.dart';
5 import 'dart:json' as json; 4 import 'dart:json' as json;
6 import 'dart:math' as Math; 5 import 'dart:math' as Math;
7 part 'Common.dart'; 6 part 'Common.dart';
8 part 'RunnerSuite.dart'; 7 part 'RunnerSuite.dart';
9 8
10 void main() { 9 void main() {
11 final int num = 40; 10 final int num = 40;
12 11
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 for (int i = 0; i < num * 20; i++) { 96 for (int i = 0; i < num * 20; i++) {
98 ret = document.$dom_getElementsByName('test').length == 0; 97 ret = document.$dom_getElementsByName('test').length == 0;
99 ret = document.$dom_getElementsByName('test').length == 0; 98 ret = document.$dom_getElementsByName('test').length == 0;
100 ret = document.$dom_getElementsByName('test').length == 0; 99 ret = document.$dom_getElementsByName('test').length == 0;
101 ret = document.$dom_getElementsByName('test').length == 0; 100 ret = document.$dom_getElementsByName('test').length == 0;
102 ret = document.$dom_getElementsByName('test').length == 0; 101 ret = document.$dom_getElementsByName('test').length == 0;
103 } 102 }
104 }) 103 })
105 .end(); 104 .end();
106 } 105 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698