| Index: test/data/input/html_escape_test.html
|
| diff --git a/test/data/input/html_escape_test.html b/test/data/input/html_escape_test.html
|
| index 7fcfe13b00229566504ed310d69dbe45a8394846..5a06fc37ea1d98f2b1aa005a70fc8528d132f804 100644
|
| --- a/test/data/input/html_escape_test.html
|
| +++ b/test/data/input/html_escape_test.html
|
| @@ -8,7 +8,6 @@ BSD-style license that can be found in the LICENSE file.
|
| <head>
|
| <meta charset="utf-8">
|
| <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
| - <title>watch_global_var_test</title>
|
| <script type='application/javascript' src="testing.js"></script>
|
| </head>
|
| <body>
|
| @@ -20,14 +19,11 @@ BSD-style license that can be found in the LICENSE file.
|
| While we're at it, here's a cool entity: <span>ƒ</span>
|
| <script type="application/dart">
|
| import 'dart:html';
|
| - import 'package:web_ui/watcher.dart';
|
| + import 'package:web_ui/observe.dart';
|
|
|
| final text = 'Your escaping is bad and you should feel bad!';
|
| main() {
|
| - window.setTimeout(() {
|
| - dispatch();
|
| - window.setTimeout(() => window.postMessage('done', '*'), 0);
|
| - }, 0);
|
| + window.setImmediate(() => window.postMessage('done', '*'));
|
| }
|
| </script>
|
| </body>
|
|
|