| Index: pkg/polymer/e2e_test/bad_import1/lib/b.html
|
| diff --git a/pkg/polymer/example/canonicalization3/lib/g.html b/pkg/polymer/e2e_test/bad_import1/lib/b.html
|
| similarity index 72%
|
| rename from pkg/polymer/example/canonicalization3/lib/g.html
|
| rename to pkg/polymer/e2e_test/bad_import1/lib/b.html
|
| index ab73db550594e48aaf3ef083b23c4df7f40922fb..8ca514054ac5d113fb21588e949fc465f905e8a2 100644
|
| --- a/pkg/polymer/example/canonicalization3/lib/g.html
|
| +++ b/pkg/polymer/e2e_test/bad_import1/lib/b.html
|
| @@ -5,6 +5,7 @@ BSD-style license that can be found in the LICENSE file.
|
| -->
|
| <!--
|
| Because this file is under lib/, this URL is broken. It should be either
|
| -'b.html' or '../../packages/canonicalization3/b.html'.
|
| +'a.html' or '../../packages/bad_import1/a.html'.
|
| -->
|
| -<link rel="import" href="packages/canonicalization3/b.html">
|
| +<link rel="import" href="../packages/bad_import1/a.html">
|
| +
|
|
|