| 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>
|
|
|