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

Unified Diff: pkg/polymer/example/canonicalization3/lib/g.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/canonicalization3/lib/g.html
diff --git a/pkg/polymer/example/canonicalization/lib/a.html b/pkg/polymer/example/canonicalization3/lib/g.html
similarity index 52%
copy from pkg/polymer/example/canonicalization/lib/a.html
copy to pkg/polymer/example/canonicalization3/lib/g.html
index c359e83465506fc711d423057b3452409b44df20..af83397ee00347b74c4b0142e638437a2de4f2e5 100644
--- a/pkg/polymer/example/canonicalization/lib/a.html
+++ b/pkg/polymer/example/canonicalization3/lib/g.html
@@ -3,4 +3,8 @@ Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
for details. All rights reserved. Use of this source code is governed by a
BSD-style license that can be found in the LICENSE file.
-->
-<script type='application/dart' src='a.dart'></script>
+<!--
+Because this file is under lib/, this URL is broken. It should be either
+'b.html' or '../../packages/canonicalization/b.html'.
+ -->
+<link rel="import" href="packages/canonicalization/b.html">
« no previous file with comments | « pkg/polymer/example/canonicalization3/lib/d.dart ('k') | pkg/polymer/example/canonicalization3/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698