Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1859)

Unified Diff: sky/tests/dom/attribute_collection.dart

Issue 1212163009: Port remaining Sky tests to the new world (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: add Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/tests/dom/appendChild.sky ('k') | sky/tests/dom/attribute_collection-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « sky/tests/dom/appendChild.sky ('k') | sky/tests/dom/attribute_collection-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698