| OLD | NEW |
| 1 <html><head></head><body> | 1 <html><head></head><body> |
| 2 <script src="dev_compiler/runtime/harmony_feature_check.js"></script> | 2 <script src="dev_compiler/runtime/harmony_feature_check.js"></script> |
| 3 <script src="dev_compiler/runtime/dart_runtime.js"></script> | 3 <script src="dev_compiler/runtime/dart_runtime.js"></script> |
| 4 <script src="dev_compiler/runtime/dart_core.js"></script> | 4 <script src="dev_compiler/runtime/dart_core.js"></script> |
| 5 <script> | 5 <script src="dir/html_input_d.js"></script> |
| 6 /* placehorder for unimplemented code libraries */ | |
| 7 var math = Math; | |
| 8 var core = { int: { parse: Number }, print: e => console.log(e) }; | |
| 9 </script><script src="dir/html_input_d.js"></script> | |
| 10 <script src="dir/html_input_b.js"></script> | 6 <script src="dir/html_input_b.js"></script> |
| 11 <script src="dir/html_input_e.js"></script> | 7 <script src="dir/html_input_e.js"></script> |
| 12 <script src="dir/html_input_c.js"></script> | 8 <script src="dir/html_input_c.js"></script> |
| 13 <script src="dir/html_input_a.js"></script> | 9 <script src="dir/html_input_a.js"></script> |
| 14 <script>html_input_a.main();</script> | 10 <script>html_input_a.main();</script> |
| 15 | 11 |
| 16 | 12 |
| 17 </body></html> | 13 </body></html> |
| OLD | NEW |