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

Unified Diff: test/data/input/trim_indentation_space_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/trim_indentation_space2_test.html ('k') | test/observe_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/data/input/trim_indentation_space_test.html
diff --git a/test/data/input/trim_indentation_space_test.html b/test/data/input/trim_indentation_space_test.html
index 7d56919152dccfc0579ef5679cd485d6be241384..45e0aaad6fd52cf4a68f0ec89a4beaaa17b12153 100644
--- a/test/data/input/trim_indentation_space_test.html
+++ b/test/data/input/trim_indentation_space_test.html
@@ -93,12 +93,13 @@ BSD-style license that can be found in the LICENSE file.
<div id="c" is="x-c" style="background-color:#0f0"></div>
<div id="d" is="x-d" style="background-color:#00f"></div>
<script type="application/dart">
+ import 'dart:async';
import 'dart:html';
import 'package:unittest/unittest.dart';
String value = 'x';
main() {
- window.setImmediate(() {
+ Timer.run(() {
var a = query('#a');
var b = query('#b');
var c = query('#c');
« no previous file with comments | « test/data/input/trim_indentation_space2_test.html ('k') | test/observe_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698