Chromium Code Reviews| Index: pkg/third_party/html5lib/test/dom_compat_test_definitions.dart |
| diff --git a/pkg/third_party/html5lib/test/dom_compat_test_definitions.dart b/pkg/third_party/html5lib/test/dom_compat_test_definitions.dart |
| deleted file mode 100644 |
| index f1d83e7a99abacf431db094bc1446bb31e651db1..0000000000000000000000000000000000000000 |
| --- a/pkg/third_party/html5lib/test/dom_compat_test_definitions.dart |
| +++ /dev/null |
| @@ -1,10 +0,0 @@ |
| -part of dom_compat_test; |
| - |
| -void registerDomCompatTests() { |
| - group('Element', () { |
| - test('outerHtml', () { |
| - final element = new Element.tag('div'); |
| - expect(element.outerHtml, '<div></div>'); |
| - }); |
| - }); |
| -} |