Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: test/codegen/expect/html_input.html

Issue 1528613004: First cut of mini dart:html. (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Fix build_sdk Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/src/compiler.dart ('k') | test/codegen/expect/sunflower/sunflower.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen/expect/html_input.html
diff --git a/test/codegen/expect/html_input.html b/test/codegen/expect/html_input.html
index e661f01167178d8b2d5ac7bae42226424c15c59b..1a79a69cb1046cc97d272410d70cabbbba56c7bf 100644
--- a/test/codegen/expect/html_input.html
+++ b/test/codegen/expect/html_input.html
@@ -27,6 +27,9 @@
<script src="dev_compiler/runtime/dart/mirrors.js"></script>
<script src="dev_compiler/runtime/dart/_js_mirrors.js"></script>
<script src="dev_compiler/runtime/dart/js.js"></script>
+<script src="dev_compiler/runtime/dart/_metadata.js"></script>
+<script src="dev_compiler/runtime/dart/html_common.js"></script>
+<script src="dev_compiler/runtime/dart/html.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>
« no previous file with comments | « lib/src/compiler.dart ('k') | test/codegen/expect/sunflower/sunflower.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698