Files
sdk/pkg/dev_compiler/test/codegen/expect/html_input.html
T

16 lines
612 B
HTML

<html><head></head><body>
<script src="dev_compiler/runtime/harmony_feature_check.js"></script>
<script src="dev_compiler/runtime/dart_runtime.js"></script>
<script src="dev_compiler/runtime/dart/core.js"></script>
<script src="dev_compiler/runtime/dart/collection.js"></script>
<script src="dev_compiler/runtime/dart/math.js"></script>
<script src="dir/html_input_d.js"></script>
<script src="dir/html_input_b.js"></script>
<script src="dir/html_input_e.js"></script>
<script src="dir/html_input_c.js"></script>
<script src="dir/html_input_a.js"></script>
<script>html_input_a.main();</script>
</body></html>