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

Unified Diff: pkg/polymer/example/canonicalization/test/canonicalization3_test.html

Issue 225043004: Replace bootstrap logic with 'boot.js', use 'component/dart' mime-type and add (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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/example/canonicalization/test/canonicalization3_test.html
diff --git a/pkg/polymer/example/canonicalization/test/deploy3_test.html b/pkg/polymer/example/canonicalization/test/canonicalization3_test.html
similarity index 79%
rename from pkg/polymer/example/canonicalization/test/deploy3_test.html
rename to pkg/polymer/example/canonicalization/test/canonicalization3_test.html
index a15ed4c52a9d74a2755472253546a4679efb4aed..50f7c6cccbc6725318b0693fabeef088b23ac813 100644
--- a/pkg/polymer/example/canonicalization/test/deploy3_test.html
+++ b/pkg/polymer/example/canonicalization/test/canonicalization3_test.html
@@ -10,11 +10,12 @@ BSD-style license that can be found in the LICENSE file.
<title>Tests canonicalization at deployment time</title>
<link rel="import" href="packages/polymer/polymer.html">
<link rel="import" href="packages/canonicalization/a.html">
- <!-- similar to deploy_test, but 'f' imports 'b' -->
+ <!-- similar to canonicalization1_test, but 'f' imports 'b' -->
<link rel="import" href="packages/canonicalization/f.html">
<script src="/root_dart/tools/testing/dart/test_controller.js"></script>
</head>
<body>
- <script type="application/dart" src="deploy3_test.dart"></script>
+ <script type="application/dart;component=1"
+ src="canonicalization3_test.dart"></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698