| 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 src="dev_compiler/runtime/dart/collection.js"></script> | 5 <script src="dev_compiler/runtime/dart/collection.js"></script> |
| 6 <script src="dev_compiler/runtime/dart/_internal.js"></script> |
| 6 <script src="dev_compiler/runtime/dart/math.js"></script> | 7 <script src="dev_compiler/runtime/dart/math.js"></script> |
| 8 <script src="dev_compiler/runtime/dart/_foreign_helper.js"></script> |
| 9 <script src="dev_compiler/runtime/dart/_js_helper.js"></script> |
| 7 <script src="dir/html_input_d.js"></script> | 10 <script src="dir/html_input_d.js"></script> |
| 8 <script src="dir/html_input_b.js"></script> | 11 <script src="dir/html_input_b.js"></script> |
| 9 <script src="dir/html_input_e.js"></script> | 12 <script src="dir/html_input_e.js"></script> |
| 10 <script src="dir/html_input_c.js"></script> | 13 <script src="dir/html_input_c.js"></script> |
| 11 <script src="dir/html_input_a.js"></script> | 14 <script src="dir/html_input_a.js"></script> |
| 12 <script>html_input_a.main();</script> | 15 <script>html_input_a.main();</script> |
| 13 | 16 |
| 14 | 17 |
| 15 </body></html> | 18 </body></html> |
| OLD | NEW |