mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
6 lines
130 B
HTML
6 lines
130 B
HTML
<script>
|
|
window.addEventListener('load', function() {
|
|
internals.notifyTestComplete(internals.renderTreeAsText());
|
|
});
|
|
</script>
|