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

Unified Diff: sky/tests/services/network.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.dart ('k') | sky/tests/services/network.sky » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/services/network.dart
diff --git a/sky/tests/services/network.sky b/sky/tests/services/network.dart
similarity index 96%
rename from sky/tests/services/network.sky
rename to sky/tests/services/network.dart
index 3b125cb24358fd49e92c51a263d24c19a12ab72d..0db1aa55780bbbcd022a5e154509a2c2b05a368f 100644
--- a/sky/tests/services/network.sky
+++ b/sky/tests/services/network.dart
@@ -1,6 +1,3 @@
-#!mojo mojo:sky_viewer
-<sky>
-<script>
import 'dart:async';
import 'dart:typed_data';
import "dart:sky.internals" as internals;
@@ -45,5 +42,3 @@ main() async {
var result = await run(url);
internals.notifyTestComplete(result);
}
-</script>
-</sky>
« no previous file with comments | « sky/tests/resources/dom_utils.dart ('k') | sky/tests/services/network.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698