Index: sky/tests/lowlevel/create-document.sky |
diff --git a/sky/tests/lowlevel/create-document.sky b/sky/tests/lowlevel/create-document.sky |
deleted file mode 100644 |
index 30bdbaf2d786946aaf964432533980d08fdc8d64..0000000000000000000000000000000000000000 |
--- a/sky/tests/lowlevel/create-document.sky |
+++ /dev/null |
@@ -1,20 +0,0 @@ |
-<html> |
-<script> |
-import "../resources/third_party/unittest/unittest.dart"; |
-import "../resources/unit.dart"; |
- |
-import "dart:sky"; |
- |
-main() { |
- initUnit(); |
- |
- test('should have a constructor', () { |
- var doc = new Document(); |
- expect(doc, isNotNull); |
- // assert.doesNotThrow(function() { |
- // doc.registerElement('x-foo'); |
- // }, 'new document should have a registration context'); |
- }); |
-} |
-</script> |
-</html> |