| 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">
|
|
|