| Index: tests/html/keyboard_event_test.dart
|
| diff --git a/tests/html/keyboard_event_test.dart b/tests/html/keyboard_event_test.dart
|
| index 0fac1d666b966c5e0141d22fea13d818e9af574c..b57910463720feb31d9465246a8e74a5dcfb287f 100644
|
| --- a/tests/html/keyboard_event_test.dart
|
| +++ b/tests/html/keyboard_event_test.dart
|
| @@ -14,9 +14,6 @@ main() {
|
| expect(e.charCode, 0);
|
| }
|
|
|
| - test('keyboardEvent constructor', () {
|
| - var event = new KeyboardEvent('keyup', document.body);
|
| - });
|
| test('keys', () {
|
| // This test currently is pretty much a no-op because we
|
| // can't (right now) construct KeyboardEvents with specific keycode/charcode
|
|
|