| Index: tests/html/js_test.dart
|
| diff --git a/tests/html/js_test.dart b/tests/html/js_test.dart
|
| index 6b37250aff9b20693f838d0cfbe9c54d00eecb4e..3d58e2df9fdeafe2ebe467788b42eca45ed4d9ac 100644
|
| --- a/tests/html/js_test.dart
|
| +++ b/tests/html/js_test.dart
|
| @@ -154,7 +154,7 @@ function addTestProperty(o) {
|
| function fireClickEvent(w) {
|
| var event = w.document.createEvent('Events');
|
| event.initEvent('click', true, false);
|
| - w.document.body.dispatchEvent(event);
|
| + w.document.dispatchEvent(event);
|
| }
|
|
|
| function Bar() {
|
|
|