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

Unified Diff: sky/tests/framework/citylist-scrolled.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/citylist-expected.txt ('k') | sky/tests/framework/citylist-scrolled-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/framework/citylist-scrolled.sky
diff --git a/sky/tests/framework/citylist-scrolled.sky b/sky/tests/framework/citylist-scrolled.sky
deleted file mode 100644
index 3195b5192766c26dbc0790a16002601f685271b0..0000000000000000000000000000000000000000
--- a/sky/tests/framework/citylist-scrolled.sky
+++ /dev/null
@@ -1,18 +0,0 @@
-<html>
-<import src="/sky/examples/city-list/city-list.sky" />
-<city-list></city-list>
-<script>
-var cityList = document.querySelector('city-list');
-var scrolled = false
-cityList.addEventListener('load', function() {
- if (scrolled) {
- internals.notifyTestComplete(internals.renderTreeAsText());
- } else {
- scrolled = true;
- setTimeout(function() {
- cityList.scrollBy(200);
- }, 0);
- }
-});
-</script>
-</html>
« no previous file with comments | « sky/tests/framework/citylist-expected.txt ('k') | sky/tests/framework/citylist-scrolled-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698