mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
11 lines
278 B
Plaintext
11 lines
278 B
Plaintext
<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>
|