Index: tests/html/event_test.dart |
diff --git a/tests/html/event_test.dart b/tests/html/event_test.dart |
index 29ceea52d1ad1d43ccc81f981f853ad1d1425791..6f135badbd4f4478eec694475fffeb5e3799bcca 100644 |
--- a/tests/html/event_test.dart |
+++ b/tests/html/event_test.dart |
@@ -222,11 +222,4 @@ main() { |
expect(ev.shiftKey, isTrue); |
expect(ev.metaKey, isTrue); |
}, type: 'mousewheel'); |
- |
- // HttpRequestProgressEvent has no properties to itself, so just test that |
- // it doesn't error out on creation and can be dispatched. |
- // Issue 1005. |
- // eventTest('HttpRequestProgressEvent', |
- // () => new HttpRequestProgressEvent('foo', 5), |
- // (ev) {}); |
} |