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

Unified Diff: test/data/input/trim_indentation_space2_test.html

Issue 49223002: fix webui for sdk 0.8.7 (Closed) Base URL: git@github.com:dart-lang/web-ui.git@master
Patch Set: Created 7 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/data/input/table_test.html ('k') | test/data/input/trim_indentation_space_test.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/data/input/trim_indentation_space2_test.html
diff --git a/test/data/input/trim_indentation_space2_test.html b/test/data/input/trim_indentation_space2_test.html
index 7709b706fbe3365a968b7c8afbfed9eb7794fb90..2740a17b8a11426af066257dd45d530b531ae1f0 100644
--- a/test/data/input/trim_indentation_space2_test.html
+++ b/test/data/input/trim_indentation_space2_test.html
@@ -40,6 +40,7 @@ BSD-style license that can be found in the LICENSE file.
</template>
</div>
<script type="application/dart">
+ import 'dart:async';
import 'dart:html';
import 'package:unittest/unittest.dart';
var list1 = ['a', 'b', 'c'];
@@ -47,7 +48,7 @@ BSD-style license that can be found in the LICENSE file.
var list3 = ['-', '-'];
main() {
- window.setImmediate(() {
+ Timer.run(() {
var t1 = query('#t1').text;
var t2 = query('#t2').text;
var t3 = query('#t3').text;
« no previous file with comments | « test/data/input/table_test.html ('k') | test/data/input/trim_indentation_space_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698