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

Unified Diff: sky/tests/resources/dom_utils.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/resources/dom-utils.sky ('k') | sky/tests/services/network.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/resources/dom_utils.dart
diff --git a/sky/tests/resources/dom-utils.sky b/sky/tests/resources/dom_utils.dart
similarity index 95%
rename from sky/tests/resources/dom-utils.sky
rename to sky/tests/resources/dom_utils.dart
index 98c03fbe5e2ce4783ce42e01d0d323756bdc600f..32209f6385e643ef89a46fa51c90aa4830eb55a8 100644
--- a/sky/tests/resources/dom-utils.sky
+++ b/sky/tests/resources/dom_utils.dart
@@ -1,4 +1,3 @@
-<script>
import "dart:sky";
int childNodeCount(parent) {
@@ -14,4 +13,3 @@ int childElementCount(parent) {
++count;
return count;
}
-</script>
« no previous file with comments | « sky/tests/resources/dom-utils.sky ('k') | sky/tests/services/network.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698