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

Unified Diff: pkg/polymer/example/canonicalization/test/dir/deploy2_test.html

Issue 148913003: Improve how we handle packages/ HTML imports. This resolves better any valid (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 11 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/dir/deploy2_test.html
diff --git a/pkg/polymer/example/canonicalization/test/canonicalization_deploy_test.html b/pkg/polymer/example/canonicalization/test/dir/deploy2_test.html
similarity index 69%
copy from pkg/polymer/example/canonicalization/test/canonicalization_deploy_test.html
copy to pkg/polymer/example/canonicalization/test/dir/deploy2_test.html
index 37bd302ba94b76656c82d98194eb87fc32bfebd0..8c75ad9672e9750fcc178e34b81e60a2ffd90398 100644
--- a/pkg/polymer/example/canonicalization/test/canonicalization_deploy_test.html
+++ b/pkg/polymer/example/canonicalization/test/dir/deploy2_test.html
@@ -8,11 +8,11 @@ BSD-style license that can be found in the LICENSE file.
<!--polymer-test: this comment is needed for test_suite.dart-->
<head>
<title>Tests canonicalization at deployment time</title>
- <link rel="import" href="packages/canonicalization/a.html">
- <link rel="import" href="packages/canonicalization/b.html">
+ <link rel="import" href="../packages/canonicalization/a.html">
+ <link rel="import" href="../packages/canonicalization/b.html">
<script src="/root_dart/tools/testing/dart/test_controller.js"></script>
</head>
<body>
- <script type="application/dart" src="canonicalization_deploy_test.dart"></script>
+ <script type="application/dart" src="deploy2_test.dart"></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698