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

Unified Diff: sky/tests/framework/citylist.sky

Issue 1023213003: Removing Sky JS Framework tests (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 9 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/framework/binding-expected.txt ('k') | sky/tests/framework/citylist-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/framework/citylist.sky
diff --git a/sky/tests/framework/citylist.sky b/sky/tests/framework/citylist.sky
deleted file mode 100644
index 75f00e01929b98d3ddb9ef0c3100e23c2411f1e5..0000000000000000000000000000000000000000
--- a/sky/tests/framework/citylist.sky
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-<import src="/sky/examples/city-list/city-list.sky" />
-<city-list></city-list>
-<script>
-var cityList = document.querySelector('city-list');
-cityList.addEventListener('load', function() {
- internals.notifyTestComplete(internals.renderTreeAsText());
-});
-</script>
-</html>
« no previous file with comments | « sky/tests/framework/binding-expected.txt ('k') | sky/tests/framework/citylist-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698