Index: sky/tests/dom/attribute_collection.dart |
diff --git a/sky/tests/lowlevel/attribute-collection.sky b/sky/tests/dom/attribute_collection.dart |
similarity index 98% |
rename from sky/tests/lowlevel/attribute-collection.sky |
rename to sky/tests/dom/attribute_collection.dart |
index 5b6881ee793e7cbefce368d620cb47b9b6a4ebb9..87f2c3e0fc49783c9a57dae0e5bef311fab7e70e 100644 |
--- a/sky/tests/lowlevel/attribute-collection.sky |
+++ b/sky/tests/dom/attribute_collection.dart |
@@ -1,5 +1,3 @@ |
-<html> |
-<script> |
import "../resources/third_party/unittest/unittest.dart"; |
import "../resources/unit.dart"; |
@@ -10,6 +8,7 @@ void main() { |
var div; |
setUp(() { |
+ var document = new Document(); |
div = document.createElement("div"); |
}); |
@@ -63,5 +62,3 @@ void main() { |
expect(oldAttributes[2].value, equals("2")); |
}); |
} |
-</script> |
-</html> |