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

Unified Diff: pkg/polymer/test/event_path_test.html

Issue 27518006: Practically remove boot.js, adds the initialization from the Dart side of (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 months 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
Index: pkg/polymer/test/event_path_test.html
diff --git a/pkg/polymer/test/event_path_test.html b/pkg/polymer/test/event_path_test.html
index f8fa059e4cbc394ce98fd11fa41b437d58a9b782..fff93dded98e51020fadbef967710cd3b865eb3a 100644
--- a/pkg/polymer/test/event_path_test.html
+++ b/pkg/polymer/test/event_path_test.html
@@ -7,7 +7,6 @@
<html>
<head>
<title>event path</title>
- <script src="packages/polymer/boot.js"></script>
<script src="packages/unittest/test_controller.js"></script>
<!--
Test ported from:
@@ -90,5 +89,6 @@
<script type="application/dart" src="event_path_test.dart"></script>
+ <script type="application/dart" src="packages/polymer/init.dart"></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698