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