| 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');
|
|
|